diff options
-rw-r--r-- | drivers/net/smc91x.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/smc91x.c b/drivers/net/smc91x.c index 1021108e9a25..28bf2e69eb5e 100644 --- a/drivers/net/smc91x.c +++ b/drivers/net/smc91x.c | |||
@@ -1212,6 +1212,7 @@ static void smc_phy_configure(void *data) | |||
1212 | smc_phy_check_media(dev, 1); | 1212 | smc_phy_check_media(dev, 1); |
1213 | 1213 | ||
1214 | smc_phy_configure_exit: | 1214 | smc_phy_configure_exit: |
1215 | SMC_SELECT_BANK(2); | ||
1215 | spin_unlock_irq(&lp->lock); | 1216 | spin_unlock_irq(&lp->lock); |
1216 | lp->work_pending = 0; | 1217 | lp->work_pending = 0; |
1217 | } | 1218 | } |