|
|
@@ -162,7 +162,9 @@ static int xgmac_mdio_read(struct mii_bus *bus, int phy_id, int regnum)
|
|
|
|
|
|
/* Return all Fs if nothing was there */
|
|
|
if (in_be32(®s->mdio_stat) & MDIO_STAT_RD_ER) {
|
|
|
- dev_err(&bus->dev, "MDIO read error\n");
|
|
|
+ dev_err(&bus->dev,
|
|
|
+ "Error while reading PHY%d reg at %d.%d\n",
|
|
|
+ phy_id, dev_addr, regnum);
|
|
|
return 0xffff;
|
|
|
}
|
|
|
|