aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/patches/ath/936-ath10k-fix-otp-failure-result.patch
blob: e1990b8018777bb47f9935cd6c8bde985873254e (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/drivers/net/wireless/ath/ath10k/core.c
+++ b/drivers/net/wireless/ath/ath10k/core.c
@@ -943,7 +943,7 @@ static int ath10k_core_get_board_id_from
 	if (ret) {
 		ath10k_err(ar, "could not execute otp for board id check: %d\n",
 			   ret);
-		return ret;
+		return -EOPNOTSUPP;
 	}
 
 	board_id = MS(result, ATH10K_BMI_BOARD_ID_FROM_OTP);