mirror of
https://github.com/openwrt/openwrt.git
synced 2025-03-11 23:14:20 +00:00
mac80211: ath10k fix otp check patch
Fix patch to match new updated package version Signed-off-by: Adrian Panella <ianchi74@outlook.com>
This commit is contained in:
parent
b50b0cff2d
commit
c354591d1b
@ -35,7 +35,7 @@
|
|||||||
+ if (ret && ret != -EOPNOTSUPP) {
|
+ if (ret && ret != -EOPNOTSUPP) {
|
||||||
+ ath10k_err(ar, "failed to get board id from otp: %d\n",
|
+ ath10k_err(ar, "failed to get board id from otp: %d\n",
|
||||||
+ ret);
|
+ ret);
|
||||||
+ return ret;
|
+ goto err_free_firmware_files;
|
||||||
+ }
|
+ }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user