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

Commit 47f58b1e authored by Colin Ian King's avatar Colin Ian King Committed by Kalle Valo
Browse files

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: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarKalle Valo <kvalo@qca.qualcomm.com>
parent 71f5137b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -477,7 +477,7 @@ static void ath9k_eeprom_request_cb(const struct firmware *eeprom_blob,
static int ath9k_eeprom_request(struct ath_softc *sc, const char *name)
{
	struct ath9k_eeprom_ctx ec;
	struct ath_hw *ah = ah = sc->sc_ah;
	struct ath_hw *ah = sc->sc_ah;
	int err;

	/* try to load the EEPROM content asynchronously */