projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68ffb7b
)
MLK-17136 ath10k: clear fetch board fail log
author
Gao Pan
<pandy.gao@nxp.com>
Tue, 12 Dec 2017 08:16:37 +0000
(16:16 +0800)
committer
Nitin Garg
<nitin.garg@nxp.com>
Tue, 20 Mar 2018 19:51:21 +0000
(14:51 -0500)
Below fail log is caused by firmware version issue.
"ath10k_pci 0000:01:00.0: failed to fetch board data"
To clear the log, ath10k_dbg is used to replace ath10k_err.
Signed-off-by: Gao Pan <pandy.gao@nxp.com>
drivers/net/wireless/ath/ath10k/core.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath10k/core.c
b/drivers/net/wireless/ath/ath10k/core.c
index
472d375
..
63f4dda
100644
(file)
--- a/
drivers/net/wireless/ath/ath10k/core.c
+++ b/
drivers/net/wireless/ath/ath10k/core.c
@@
-1033,7
+1033,7
@@
static int ath10k_core_fetch_board_data_api_n(struct ath10k *ar,
out:
if (!ar->normal_mode_fw.board_data || !ar->normal_mode_fw.board_len) {
- ath10k_
err(ar
,
+ ath10k_
dbg(ar, ATH10K_DBG_BOOT
,
"failed to fetch board data for %s from %s/%s\n",
boardname, ar->hw_params.fw.dir, filename);
ret = -ENODATA;