qcacmn: Move prints to QDF framework
Move all qdf_print from printk to qdf_trace_msg so that trace level management can be carried out at runtime In addition to the above, change contains removal of newline escape characters from the format string of the converged print APIs since qdf_trace_msg appends them by default. Change-Id: I18cd06400bb9747761bbd86bfb38fe6d06106729 CRs-Fixed: 2243843
This commit is contained in:
@@ -234,7 +234,7 @@ static void qdf_timer_clean(void)
|
||||
|
||||
leaks_detected = true;
|
||||
|
||||
qdf_err("\nTimer leaks detected in the %s (Id %d) domain!\n",
|
||||
qdf_err("\nTimer leaks detected in the %s (Id %d) domain!",
|
||||
qdf_debug_domain_name(i), i);
|
||||
qdf_mc_timer_print_list(timers);
|
||||
}
|
||||
|
Reference in New Issue
Block a user