From: Vasanthakumar Thiagarajan Date: Wed, 15 Jul 2009 00:17:12 +0000 (-0400) Subject: ath9k: Remove pointless ath9k_ps_restore() in ath_detach() X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=ebaa24534ef54a8f665558536dbef3a761a9b841;p=linux-edison.git ath9k: Remove pointless ath9k_ps_restore() in ath_detach() Signed-off-by: Vasanthakumar Thiagarajan Signed-off-by: John W. Linville --- diff --git a/drivers/net/wireless/ath/ath9k/main.c b/drivers/net/wireless/ath/ath9k/main.c index 46f4a692c8d..90cecce8d5f 100644 --- a/drivers/net/wireless/ath/ath9k/main.c +++ b/drivers/net/wireless/ath/ath9k/main.c @@ -1286,7 +1286,6 @@ void ath_detach(struct ath_softc *sc) ath9k_hw_detach(sc->sc_ah); ath9k_exit_debug(sc); - ath9k_ps_restore(sc); } static int ath9k_reg_notifier(struct wiphy *wiphy,