]> git.baikalelectronics.ru Git - kernel.git/commit
ath11k: Move non-fatal warn logs to dbg level
authorGovind Singh <govinds@codeaurora.org>
Tue, 29 Sep 2020 06:25:03 +0000 (09:25 +0300)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 29 Sep 2020 08:31:34 +0000 (11:31 +0300)
commitd4a81478e03f22883384400b6917a9e084b3966c
tree43a94ac0b43dba30e5133c73affeeeea2a9d2a4a
parentc952700051791929f3f57e2e7b2e902d9e1003da
ath11k: Move non-fatal warn logs to dbg level

During driver load below warn logs are printed in the console.
Since driver may not implement all wmi events sent by fw and
all of them are non-fatal, move this log to debug level to
remove un-necessary warn message on console.

[876.898735] ath11k_pci 0000:06:00.0: Unknown eventid: 0x16005
[879.283250] ath11k_pci 0000:06:00.0: Unknown eventid: 0x1d00a

No functional changes. Compile tested only.

Signed-off-by: Govind Singh <govinds@codeaurora.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/1600948691-6901-1-git-send-email-govinds@codeaurora.org
drivers/net/wireless/ath/ath11k/wmi.c