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
This commit is contained in:
Nitesh Shah
2016-09-29 18:42:53 +05:30
committed by qcabuildsw
parent 24e5689650
commit 5ae75ca0c5

View File

@@ -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 */ /* 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", ("%s: WARN: TLV array of structures needs padding. tlv_size_diff=%d\n",
__func__, tlv_size_diff); __func__, tlv_size_diff);