|
@@ -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))
|
|
if (emac_read_uint_prop(np, "tah-device", &dev->tah_ph, 0))
|
|
dev->tah_ph = 0;
|
|
dev->tah_ph = 0;
|
|
if (emac_read_uint_prop(np, "tah-channel", &dev->tah_port, 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))
|
|
if (emac_read_uint_prop(np, "mdio-device", &dev->mdio_ph, 0))
|
|
dev->mdio_ph = 0;
|
|
dev->mdio_ph = 0;
|
|
if (emac_read_uint_prop(np, "zmii-device", &dev->zmii_ph, 0))
|
|
if (emac_read_uint_prop(np, "zmii-device", &dev->zmii_ph, 0))
|