ath9k: remove duplicate assignment of variable ah
authorColin Ian King <colin.king@canonical.com>
Sun, 10 Apr 2016 11:25:31 +0000 (12:25 +0100)
committerKalle Valo <kvalo@qca.qualcomm.com>
Tue, 19 Apr 2016 15:10:47 +0000 (18:10 +0300)
commit47f58b1ebe3739dad1ddeb5cd1f1e718648b4d24
tree04142dbdd3ffd7021f85ea9798bcdea56c14164f
parent71f5137bf010c6faffab50c0ec15374c59c4a411
ath9k: remove duplicate assignment of variable ah

ah is written twice with the same value, remove one of the
redundant assignments to ah.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath9k/init.c