]> git.baikalelectronics.ru Git - kernel.git/commit
[media] tvp5150: Get rid of direct calls to printk()
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Sun, 13 Nov 2016 07:34:12 +0000 (05:34 -0200)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 18 Nov 2016 12:10:43 +0000 (10:10 -0200)
commit100900507ca4eb23917b306b6e2aff46610dd9be
tree6421c5e2a26dfa26394ead270b22c34cf1fbf4ec
parentd460ca97844c34ab43c6034df805dfdb0c33b8a3
[media] tvp5150: Get rid of direct calls to printk()

When returning results via v4l2_subdev_core_ops.log_status,
use dev_foo() call, instead of just calling printk()
directly, without even specifying the log message level.

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