Kaynağa Gözat

fix typo

Signed-off-by: Imre Kaloz <[email protected]>

SVN-Revision: 41762
Imre Kaloz 11 yıl önce
ebeveyn
işleme
286780b44a

+ 1 - 1
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) {