فهرست منبع

mac80211: ath10k fix otp check patch

Fix patch to match new updated package version

Signed-off-by: Adrian Panella <[email protected]>
Adrian Panella 9 سال پیش
والد
کامیت
c354591d1b
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      package/kernel/mac80211/patches/936-ath10k_skip_otp_check.patch

+ 1 - 1
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;
 +		}
  	}