Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175863
b: refs/heads/master
c: 8ae45a5
h: refs/heads/master
i:
  175861: 76b7f2c
  175859: c1d3cfd
  175855: 7d15891
v: v3
  • Loading branch information
Krzysztof Hałasa committed Dec 5, 2009
1 parent c9ea9d9 commit 937ec73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6e30de84ab7c34eaaed13985b501a4fcb5d15c8b
refs/heads/master: 8ae45a535b172d350759eec2fcecf4368d4c13d1
2 changes: 1 addition & 1 deletion trunk/drivers/net/arm/ixp4xx_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
spin_unlock_irqrestore(&mdio_lock, flags);
#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);
#endif
return ret;
Expand Down

0 comments on commit 937ec73

Please sign in to comment.