[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)
commit3fac031460e31b5ba1da578bf43f81a9c7a751cc
treec10b955da7b154445612f3ec75970abdd04beada
parentfe084c7eff2d89631539bdf941c47ef2290f1649
[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