phylib: Remove unnecessary "reset" fixups in genphy_setup_forced
authorAndy Fleming <afleming@freescale.com>
Tue, 16 Dec 2008 23:39:48 +0000 (15:39 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 16 Dec 2008 23:39:48 +0000 (15:39 -0800)
commitf162e97d778ec29492be8eb9bbecb65be976b7c8
tree4887390602c252537417a602a4478fafe3106047
parent5a5efed4817ef931f648b118aeb9222e53122d2b
phylib: Remove unnecessary "reset" fixups in genphy_setup_forced

genphy_setup_forced hasn't actually reset the PHY for a long time,
but a comment to that effect remained in the code, so code continued
to act as if it *had* reset the PHY, and called the necessary fixup
functions to respond to a PHY reset.  With no reset, those functions
are no longer needed, so we remove them.

Signed-off-by: Andy Fleming <afleming@freescale.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/phy_device.c