fix typo
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 41762
This commit is contained in:
parent
79fa8dfa1d
commit
286780b44a
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user