mac80211: ath10k fix otp check patch
authorAdrian Panella <ianchi74@outlook.com>
Mon, 16 May 2016 07:10:56 +0000 (02:10 -0500)
committerJohn Crispin <john@phrozen.org>
Mon, 13 Jun 2016 20:51:41 +0000 (22:51 +0200)
Fix patch to match new updated package version

Signed-off-by: Adrian Panella <ianchi74@outlook.com>
package/kernel/mac80211/patches/936-ath10k_skip_otp_check.patch

index 9a7e81ba7d50af24c0db7e204d114d5f26ef67b0..7f51dd2dd667c18f5aea86d875508f750870ec11 100644 (file)
@@ -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;
 +              }
        }