qcacld-3.0: Change log level rx_thread affinity info

Reduce log level of Rx_thread affinity info message.

Change-Id: Idd968259770d55f40c8bf17facd803b11783a080
CRs-Fixed: 2281293
This commit is contained in:
Manjunathappa Prakash 2018-07-18 16:31:44 -07:00 committed by nshrivas
parent 76869721d1
commit a1f5879d0b

View File

@ -132,8 +132,8 @@ static void cds_rx_thread_log_cpu_affinity_change(unsigned char core_affine_cnt,
cpumap_print_to_pagebuf(false, old_mask_str, old_mask);
cpumap_print_to_pagebuf(false, new_mask_str, new_mask);
qdf_err("num online perf cores %d, high tput req %d, old aff mask %s new aff mask %s",
core_affine_cnt, tput_req, old_mask_str, new_mask_str);
cds_debug("num online perf cores %d, high tput req %d, Rx_thread old mask %s new mask %s",
core_affine_cnt, tput_req, old_mask_str, new_mask_str);
}
#else
static void cds_rx_thread_log_cpu_affinity_change(unsigned char core_affine_cnt,