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

Commit 9371dd68 authored by Bob Copeland's avatar Bob Copeland Committed by John W. Linville
Browse files

ath9k: remove useless conditional



ath9k_hw_keyreset returns true in either branch.

Signed-off-by: default avatarBob Copeland <me@bobcopeland.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 4fb30784
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -7193,9 +7193,6 @@ bool ath9k_hw_keyreset(struct ath_hal *ah, u16 entry)

	}

	if (ah->ah_curchan == NULL)
		return true;

	return true;
}