]> git.baikalelectronics.ru Git - kernel.git/commit
[media] rc-main: use pr_foo() macros
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Thu, 20 Oct 2016 17:04:39 +0000 (15:04 -0200)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 18 Nov 2016 12:11:37 +0000 (10:11 -0200)
commit62061b62a5f462b91992e4349afed358bfef62be
treee846408a7963f3b2eeb7ab82012e5b7bb5ea8053
parent5b46cdaf81bf95979db3fc75f9c2fc01ebe9193a
[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