Forráskód Böngészése

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
Nitesh Shah 8 éve
szülő
commit
5ae75ca0c5
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      wmi/src/wmi_tlv_helper.c

+ 1 - 1
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);