spacepaste

  1.  
  2. diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c b/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c
  3. index 92b7ca9..eeb2ee5 100644
  4. --- a/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c
  5. +++ b/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c
  6. @@ -184,6 +184,7 @@ static int stmmac_dt_phy(struct plat_stmmacenet_data *plat,
  7. if (of_match_node(need_mdio_ids, np)) {
  8. plat->mdio_node = of_get_child_by_name(np, "mdio");
  9. + pr_info("%s %p\n", __func__, plat->mdio_node);
  10. } else {
  11. /**
  12. * If snps,dwmac-mdio is passed from DT, always register
  13.