From 5ae75ca0c509727166cccc47cb71c3df1abe3f5d Mon Sep 17 00:00:00 2001 From: Nitesh Shah Date: Thu, 29 Sep 2016 18:42:53 +0530 Subject: [PATCH] qcacmn: Move certain logs to appropriate log levels Propagation from qcacld-2.0 to qcacld-3.0 Some of the logs are printing quite often and spamming the kernel logs. Hence move them to appropriate log levels and remove the useless debug messages. Change-Id: If38d7a6a3cf13a5879f6a628d3d7eb4f5156a95b CRs-Fixed: 1001441 --- wmi/src/wmi_tlv_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmi/src/wmi_tlv_helper.c b/wmi/src/wmi_tlv_helper.c index 9edeee5311..6acb64415a 100644 --- a/wmi/src/wmi_tlv_helper.c +++ b/wmi/src/wmi_tlv_helper.c @@ -676,7 +676,7 @@ wmitlv_check_and_pad_tlvs(void *os_handle, void *param_struc_ptr, } /* Warning: Needs to allocate a larger structure and pad with zeros */ - wmi_tlv_print_error + wmi_tlv_print_verbose ("%s: WARN: TLV array of structures needs padding. tlv_size_diff=%d\n", __func__, tlv_size_diff);