diff options
author | Jens Osterkamp <Jens.Osterkamp@de.ibm.com> | 2006-05-24 23:33:11 +0200 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-05-26 21:33:58 -0400 |
commit | 48cf270e45ff6ff076dd6557b38ec1068dd71809 (patch) | |
tree | 26da9f40dc45385277ea33fb54b93f16e6dc0e89 /drivers/net/sungem_phy.c | |
parent | f29cb26c43d7c064421e76540b7654fbba9efc78 (diff) |
[PATCH] spidernet: replace whitespaces by tabs
The original patch was using whitespaces instead of tabs.
Signed-off-by: Jens Osterkamp <Jens.Osterkamp@de.ibm.com>
Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/sungem_phy.c')
-rw-r--r-- | drivers/net/sungem_phy.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/sungem_phy.c b/drivers/net/sungem_phy.c index b2ddd5e79303..9282b4b0c022 100644 --- a/drivers/net/sungem_phy.c +++ b/drivers/net/sungem_phy.c @@ -345,9 +345,9 @@ static int bcm5421_enable_fiber(struct mii_phy* phy) static int bcm5461_enable_fiber(struct mii_phy* phy) { - phy_write(phy, MII_NCONFIG, 0xfc0c); - phy_write(phy, MII_BMCR, 0x4140); - phy_write(phy, MII_NCONFIG, 0xfc0b); + phy_write(phy, MII_NCONFIG, 0xfc0c); + phy_write(phy, MII_BMCR, 0x4140); + phy_write(phy, MII_NCONFIG, 0xfc0b); phy_write(phy, MII_BMCR, 0x0140); return 0; |