projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d0d0df
)
ath9k_htc: Remove GPIO set on unload
author
Sujith
<
[email protected]
>
Fri, 16 Apr 2010 06:23:58 +0000
(11:53 +0530)
committer
John W. Linville
<
[email protected]
>
Fri, 16 Apr 2010 19:47:10 +0000
(15:47 -0400)
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 <
[email protected]
>
Signed-off-by: John W. Linville <
[email protected]
>
drivers/net/wireless/ath/ath9k/htc_drv_main.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath9k/htc_drv_main.c
b/drivers/net/wireless/ath/ath9k/htc_drv_main.c
index 08a4a58a4180b7ef91d27e4112d293eaaaac9308..2cea577f884d894e98aab46cbe0daf9220c63a30 100644
(file)
--- a/
drivers/net/wireless/ath/ath9k/htc_drv_main.c
+++ b/
drivers/net/wireless/ath/ath9k/htc_drv_main.c
@@
-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)