diff options
Diffstat (limited to 'drivers/net/ibm_newemac')
-rw-r--r-- | drivers/net/ibm_newemac/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ibm_newemac/core.c b/drivers/net/ibm_newemac/core.c index 9642931c66ea..7a620e5aaf38 100644 --- a/drivers/net/ibm_newemac/core.c +++ b/drivers/net/ibm_newemac/core.c | |||
@@ -2442,7 +2442,7 @@ static int __devinit emac_init_config(struct emac_instance *dev) | |||
2442 | if (emac_read_uint_prop(np, "tah-device", &dev->tah_ph, 0)) | 2442 | if (emac_read_uint_prop(np, "tah-device", &dev->tah_ph, 0)) |
2443 | dev->tah_ph = 0; | 2443 | dev->tah_ph = 0; |
2444 | if (emac_read_uint_prop(np, "tah-channel", &dev->tah_port, 0)) | 2444 | if (emac_read_uint_prop(np, "tah-channel", &dev->tah_port, 0)) |
2445 | dev->tah_ph = 0; | 2445 | dev->tah_port = 0; |
2446 | if (emac_read_uint_prop(np, "mdio-device", &dev->mdio_ph, 0)) | 2446 | if (emac_read_uint_prop(np, "mdio-device", &dev->mdio_ph, 0)) |
2447 | dev->mdio_ph = 0; | 2447 | dev->mdio_ph = 0; |
2448 | if (emac_read_uint_prop(np, "zmii-device", &dev->zmii_ph, 0)) | 2448 | if (emac_read_uint_prop(np, "zmii-device", &dev->zmii_ph, 0)) |