Skip to content

Commit

Permalink
[PATCH] spidernet: replace whitespaces by tabs
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jens Osterkamp authored and Jeff Garzik committed May 27, 2006
1 parent f29cb26 commit 48cf270
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/net/sungem_phy.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 48cf270

Please sign in to comment.