diff options
-rw-r--r-- | package/kernel/mac80211/patches/936-ath10k_skip_otp_check.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mac80211/patches/936-ath10k_skip_otp_check.patch b/package/kernel/mac80211/patches/936-ath10k_skip_otp_check.patch index 9a7e81ba7d..7f51dd2dd6 100644 --- a/package/kernel/mac80211/patches/936-ath10k_skip_otp_check.patch +++ b/package/kernel/mac80211/patches/936-ath10k_skip_otp_check.patch @@ -35,7 +35,7 @@ + if (ret && ret != -EOPNOTSUPP) { + ath10k_err(ar, "failed to get board id from otp: %d\n", + ret); -+ return ret; ++ goto err_free_firmware_files; + } } |