Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0daa3e3a authored by Sujith's avatar Sujith Committed by John W. Linville
Browse files

ath9k_htc: Remove GPIO set on unload



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: default avatarSujith <Sujith.Manoharan@atheros.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 7d0d0df0
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -960,7 +960,6 @@ void ath9k_deinit_leds(struct ath9k_htc_priv *priv)
	ath9k_unregister_led(&priv->tx_led);
	ath9k_unregister_led(&priv->tx_led);
	ath9k_unregister_led(&priv->rx_led);
	ath9k_unregister_led(&priv->rx_led);
	ath9k_unregister_led(&priv->radio_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)
void ath9k_init_leds(struct ath9k_htc_priv *priv)