]> git.baikalelectronics.ru Git - kernel.git/commit
[media] lirc_dev: replace printk with pr_* or dev_*
authorAndi Shyti <andi.shyti@samsung.com>
Wed, 6 Jul 2016 09:01:16 +0000 (06:01 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 13 Jul 2016 17:58:41 +0000 (14:58 -0300)
commit6b83790edbcef376cf894b3e6b09aaa05b74d77e
treec10b955da7b154445612f3ec75970abdd04beada
parent09d4ece32274f9570106f30e6ff9c517de87aaac
[media] lirc_dev: replace printk with pr_* or dev_*

This patch mutes also all the checkpatch warnings related to
printk.

Reword all the printouts so that the string doesn't need to be
split, which fixes the following checkpatch warning:

  WARNING: quoted string split across lines

Signed-off-by: Andi Shyti <andi.shyti@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/rc/lirc_dev.c