diff options
| author | Masti, Narayanraddi <c_nmasti@qti.qualcomm.com> | 2016-05-25 17:55:11 +0530 |
|---|---|---|
| committer | Anjaneedevi Kapparapu <akappa@codeaurora.org> | 2016-05-26 15:34:37 +0530 |
| commit | 38215487a4247082827b9ea229ecdcd224f4d3cd (patch) | |
| tree | 3a5a9c85a92815b4a64c431b06015c0831fff076 | |
| parent | e1cd7330411c92b4ed373a589684247291cae075 (diff) | |
qcacld-2.0: Fix incorrect debug level in wmi_config_debug_module_cmd API
Due to incorrect debug level in wmi_config_debug_module_cmd
log prints are directed to kmsg.
Fix is to change debug level from info to reserved.
Change-Id: I92eff1e70f31f5d89683dcf7e171a232ca2f3bad
CRs-Fixed: 1020758
| -rw-r--r-- | CORE/UTILS/FWLOG/dbglog_host.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CORE/UTILS/FWLOG/dbglog_host.c b/CORE/UTILS/FWLOG/dbglog_host.c index 4d1fdbc34aaa..fa7931d94359 100644 --- a/CORE/UTILS/FWLOG/dbglog_host.c +++ b/CORE/UTILS/FWLOG/dbglog_host.c @@ -1378,7 +1378,8 @@ wmi_config_debug_module_cmd(wmi_unified_t wmi_handle, A_UINT32 param, A_UINT32 } } - AR_DEBUG_PRINTF(ATH_DEBUG_INFO, ("wmi_dbg_cfg_send: param 0x%x val 0x%x \n", + AR_DEBUG_PRINTF(ATH_DEBUG_RSVD1, + ("wmi_dbg_cfg_send: param 0x%x val 0x%x \n", param, val)); status = wmi_unified_cmd_send(wmi_handle, buf, |
