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

Commit ceda5153 authored by Eduardo Abinader's avatar Eduardo Abinader Committed by Kalle Valo
Browse files

ath9k: Remove empty test condition



Just some code cleanup to remove an empty if clause.

Signed-off-by: default avatarEduardo Abinader <eduardo.abinader@riverbed.com>
Signed-off-by: default avatarKalle Valo <kvalo@qca.qualcomm.com>
parent 026441c9
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -3202,8 +3202,7 @@ static int ar9300_compress_decision(struct ath_hw *ah,
			it, length);
		break;
	case _CompressBlock:
		if (reference == 0) {
		} else {
		if (reference != 0) {
			eep = ar9003_eeprom_struct_find_by_id(reference);
			if (eep == NULL) {
				ath_dbg(common, EEPROM,