diff options
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/sky2.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/sky2.c b/drivers/net/sky2.c index b75b48e83970..1d3ee03fa648 100644 --- a/drivers/net/sky2.c +++ b/drivers/net/sky2.c | |||
@@ -1893,7 +1893,9 @@ static int sky2_down(struct net_device *dev) | |||
1893 | synchronize_irq(hw->pdev->irq); | 1893 | synchronize_irq(hw->pdev->irq); |
1894 | napi_synchronize(&hw->napi); | 1894 | napi_synchronize(&hw->napi); |
1895 | 1895 | ||
1896 | spin_lock_bh(&sky2->phy_lock); | ||
1896 | sky2_phy_power_down(hw, port); | 1897 | sky2_phy_power_down(hw, port); |
1898 | spin_unlock_bh(&sky2->phy_lock); | ||
1897 | 1899 | ||
1898 | /* turn off LED's */ | 1900 | /* turn off LED's */ |
1899 | sky2_write16(hw, B0_Y2LED, LED_STAT_OFF); | 1901 | sky2_write16(hw, B0_Y2LED, LED_STAT_OFF); |