]> git.baikalelectronics.ru Git - kernel.git/commit
net: Fix ucc_geth.c handling of fixed-link w/o phy-connection-type property.
authorGrant Likely <grant.likely@secretlab.ca>
Tue, 28 Apr 2009 09:11:53 +0000 (02:11 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 28 Apr 2009 09:11:53 +0000 (02:11 -0700)
commit148a2122d500ed99a30bf39169e58d797b8e7b55
tree7e4c071c1265ecd7061033ddce6fb327936eff84
parent5ce8aea4de1150788a232f1df14afbf8760d5526
net: Fix ucc_geth.c handling of fixed-link w/o phy-connection-type property.

Previous rework to ucc_geth.c to add of_mdio support (net: Rework
ucc_geth driver to use of_mdio infrastructure) added a block of
code which broke older openfirmware device trees which this case.

This patch removes the offending blurb.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ucc_geth.c