summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Panella <ianchi74@outlook.com>2016-05-16 02:10:56 -0500
committerJohn Crispin <john@phrozen.org>2016-06-13 22:51:41 +0200
commitc354591d1b7075bf1e393bb4ccdda4a82d238dfe (patch)
tree45d460a61912e34afa2f5bb457a92ed1886846e8
parentb50b0cff2de591f98733fd2fcd025e81b51cb660 (diff)
downloadopenwrt-c354591d1b7075bf1e393bb4ccdda4a82d238dfe.tar.gz
openwrt-c354591d1b7075bf1e393bb4ccdda4a82d238dfe.tar.bz2
openwrt-c354591d1b7075bf1e393bb4ccdda4a82d238dfe.zip
mac80211: ath10k fix otp check patch
Fix patch to match new updated package version Signed-off-by: Adrian Panella <ianchi74@outlook.com>
-rw-r--r--package/kernel/mac80211/patches/936-ath10k_skip_otp_check.patch2
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;
+ }
}