aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2014-07-19 20:14:49 +0000
committerImre Kaloz <kaloz@openwrt.org>2014-07-19 20:14:49 +0000
commit876ef9b7fd57c6a855d6b480ed7117c7cbdd195b (patch)
tree51c1e52a6d4a7ffbe4a6093ca3a82aadd79b0d8e
parent41f2d4e2686b4a7a85798bc1247ab75acab0cb7a (diff)
downloadupstream-876ef9b7fd57c6a855d6b480ed7117c7cbdd195b.tar.gz
upstream-876ef9b7fd57c6a855d6b480ed7117c7cbdd195b.tar.bz2
upstream-876ef9b7fd57c6a855d6b480ed7117c7cbdd195b.zip
[mac80211]: fix typo
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41762 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--package/kernel/mac80211/patches/920-ath10k_allow_fallback_to_board_bin_on_empty_otp_stream.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mac80211/patches/920-ath10k_allow_fallback_to_board_bin_on_empty_otp_stream.patch b/package/kernel/mac80211/patches/920-ath10k_allow_fallback_to_board_bin_on_empty_otp_stream.patch
index cb3f7e2636..6a5c766dcc 100644
--- a/package/kernel/mac80211/patches/920-ath10k_allow_fallback_to_board_bin_on_empty_otp_stream.patch
+++ b/package/kernel/mac80211/patches/920-ath10k_allow_fallback_to_board_bin_on_empty_otp_stream.patch
@@ -5,7 +5,7 @@
ath10k_dbg(ATH10K_DBG_BOOT, "boot otp execute result %d\n", result);
- if (result != 0) {
-+ if (result = 2) {
++ if (result == 2) {
+ ath10k_warn("otp stream is empty, using board.bin contents");
+ return 0;
+ } else if (result != 0) {