mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
IXP4xx: Fix normally-disabled debugging text in drivers/net/arm/ixp4xx_eth.c.
Signed-off-by: Krzysztof Hałasa <khc@pm.waw.pl>
This commit is contained in:
parent
6e30de84ab
commit
8ae45a535b
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,7 @@ static int ixp4xx_mdio_write(struct mii_bus *bus, int phy_id, int location,
|
||||||
ret = ixp4xx_mdio_cmd(bus, phy_id, location, 1, val);
|
ret = ixp4xx_mdio_cmd(bus, phy_id, location, 1, val);
|
||||||
spin_unlock_irqrestore(&mdio_lock, flags);
|
spin_unlock_irqrestore(&mdio_lock, flags);
|
||||||
#if DEBUG_MDIO
|
#if DEBUG_MDIO
|
||||||
printk(KERN_DEBUG "%s #%i: MII read [%i] <- 0x%X, err = %i\n",
|
printk(KERN_DEBUG "%s #%i: MII write [%i] <- 0x%X, err = %i\n",
|
||||||
bus->name, phy_id, location, val, ret);
|
bus->name, phy_id, location, val, ret);
|
||||||
#endif
|
#endif
|
||||||
return ret;
|
return ret;
|
||||||
|
|
Loading…
Add table
Reference in a new issue