Skip to content
Snippets Groups Projects
Commit c354591d authored by Adrian Panella's avatar Adrian Panella Committed by John Crispin
Browse files

mac80211: ath10k fix otp check patch


Fix patch to match new updated package version

Signed-off-by: default avatarAdrian Panella <ianchi74@outlook.com>
parent b50b0cff
No related branches found
No related tags found
No related merge requests found
......@@ -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;
+ }
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment