Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74733
b: refs/heads/master
c: 63b6cad
h: refs/heads/master
i:
  74731: baaea5e
v: v3
  • Loading branch information
Valentine Barshak authored and Jeff Garzik committed Dec 7, 2007
1 parent b6c3464 commit 17fa421
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: 4696c3c406a8b32112f8e1f70b3db1114950dcb1
refs/heads/master: 63b6cad795e0a34e8670291943df8a6f653c1931
2 changes: 1 addition & 1 deletion trunk/drivers/net/ibm_newemac/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -2442,7 +2442,7 @@ static int __devinit emac_init_config(struct emac_instance *dev)
if (emac_read_uint_prop(np, "tah-device", &dev->tah_ph, 0))
dev->tah_ph = 0;
if (emac_read_uint_prop(np, "tah-channel", &dev->tah_port, 0))
dev->tah_ph = 0;
dev->tah_port = 0;
if (emac_read_uint_prop(np, "mdio-device", &dev->mdio_ph, 0))
dev->mdio_ph = 0;
if (emac_read_uint_prop(np, "zmii-device", &dev->zmii_ph, 0))
Expand Down

0 comments on commit 17fa421

Please sign in to comment.