Commit 9e6492ec authored by Shruti Kanetkar's avatar Shruti Kanetkar Committed by David S. Miller

net/fsl: Add format length modifier to avoid negative values

Signed-off-by: default avatarShruti Kanetkar <Shruti@Freescale.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c1543d37
......@@ -163,7 +163,7 @@ static int xgmac_mdio_read(struct mii_bus *bus, int phy_id, int regnum)
/* Return all Fs if nothing was there */
if (in_be32(&regs->mdio_stat) & MDIO_STAT_RD_ER) {
dev_err(&bus->dev,
"Error while reading PHY%d reg at %d.%d\n",
"Error while reading PHY%d reg at %d.%hhu\n",
phy_id, dev_addr, regnum);
return 0xffff;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment