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:
Aditya Sathish
2018-07-20 14:52:05 +05:30
committed by nshrivas
parent dbacd5e70f
commit 1c42c27c80
8 changed files with 111 additions and 108 deletions

View File

@@ -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);
}