Skip to content

Commit

Permalink
ath9k: Remove pointless ath9k_ps_restore() in ath_detach()
Browse files Browse the repository at this point in the history
Signed-off-by: Vasanthakumar Thiagarajan <vasanth@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Vasanthakumar Thiagarajan authored and John W. Linville committed Jul 24, 2009
1 parent c41d92d commit ebaa245
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/wireless/ath/ath9k/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ebaa245

Please sign in to comment.