[media] rc-main: use pr_foo() macros
commitd3d96820d0deb86de3d8237b4026c9c15cb0e47f
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Thu, 20 Oct 2016 17:04:39 +0000 (20 15:04 -0200)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 18 Nov 2016 12:11:37 +0000 (18 10:11 -0200)
treee846408a7963f3b2eeb7ab82012e5b7bb5ea8053
parente513411489202fc642c0d651479b9ccdff961ed0
[media] rc-main: use pr_foo() macros

Instead of calling printk() directly, use pr_foo() macro.

That should make the rc_core messages be formatted with the
right prefix.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/rc/rc-main.c