Commit 3d81099c authored by Nicolas Boichat's avatar Nicolas Boichat Committed by Mauro Carvalho Chehab
Browse files

media: atomisp: Replace trace_printk by pr_info



trace_printk should not be used in production code, replace it
call with pr_info.

Signed-off-by: default avatarNicolas Boichat <drinkcat@chromium.org>
Acked-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent d8ebd811
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -735,7 +735,7 @@ ia_css_ptr hmm_host_vaddr_to_hrt_vaddr(const void *ptr)

void hmm_show_mem_stat(const char *func, const int line)
{
	trace_printk("tol_cnt=%d usr_size=%d res_size=%d res_cnt=%d sys_size=%d  dyc_thr=%d dyc_size=%d.\n",
	pr_info("tol_cnt=%d usr_size=%d res_size=%d res_cnt=%d sys_size=%d  dyc_thr=%d dyc_size=%d.\n",
		hmm_mem_stat.tol_cnt,
		hmm_mem_stat.usr_size, hmm_mem_stat.res_size,
		hmm_mem_stat.res_cnt, hmm_mem_stat.sys_size,