summaryrefslogtreecommitdiff
path: root/package/kernel
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
commit286780b44a6280d156f9b95b1582856aa6e77f4e (patch)
tree6ea95be90d9e4311ca0605537194e835e68644c3 /package/kernel
parent79fa8dfa1d1d25e1907375f28d4fba2299335127 (diff)
downloadmtk-20170518-286780b44a6280d156f9b95b1582856aa6e77f4e.zip
mtk-20170518-286780b44a6280d156f9b95b1582856aa6e77f4e.tar.gz
mtk-20170518-286780b44a6280d156f9b95b1582856aa6e77f4e.tar.bz2
fix typo
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 41762
Diffstat (limited to 'package/kernel')
-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 cb3f7e2..6a5c766 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) {