From: Adrian Panella Date: Mon, 16 May 2016 07:10:56 +0000 (-0500) Subject: mac80211: ath10k fix otp check patch X-Git-Tag: v17.01.2~2817 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;ds=sidebyside;h=c354591d1b7075bf1e393bb4ccdda4a82d238dfe;p=lede-git%2F.git mac80211: ath10k fix otp check patch Fix patch to match new updated package version Signed-off-by: Adrian Panella --- 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; + } }