You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
--- a/drivers/net/wireless/ath/ath10k/core.c
|
|
+++ b/drivers/net/wireless/ath/ath10k/core.c
|
|
@@ -686,7 +686,7 @@
|
|
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);
|
|
|