net: axi_emac: Show phy address instead of register content

Fix debug message.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
master
Michal Simek 9 years ago
parent 3e3f8ba26e
commit 2652a6219f
  1. 2
      drivers/net/xilinx_axi_emac.c

@ -243,7 +243,7 @@ static int setup_phy(struct eth_device *dev)
/* Found a valid PHY address */
priv->phyaddr = i;
debug("axiemac: Found valid phy address, %x\n",
phyreg);
i);
break;
}
}

Loading…
Cancel
Save