Skip to content

Commit

Permalink
ath9k_htc: Remove GPIO set on unload
Browse files Browse the repository at this point in the history
There is no point in trying to set the LED pin
when the module is being unloaded. The target
would be reset anyway.

Signed-off-by: Sujith <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Sujith authored and John W. Linville committed Apr 16, 2010
1 parent 7d0d0df commit 0daa3e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/wireless/ath/ath9k/htc_drv_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,6 @@ void ath9k_deinit_leds(struct ath9k_htc_priv *priv)
ath9k_unregister_led(&priv->tx_led);
ath9k_unregister_led(&priv->rx_led);
ath9k_unregister_led(&priv->radio_led);
ath9k_hw_set_gpio(priv->ah, priv->ah->led_pin, 1);
}

void ath9k_init_leds(struct ath9k_htc_priv *priv)
Expand Down

0 comments on commit 0daa3e3

Please sign in to comment.