OSDN Git Service

[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)
commitad0e374470684692d7ec1f31ac23065dab4d9d53
tree6421c5e2a26dfa26394ead270b22c34cf1fbf4ec
parent257e29f84e377d00f29fbb3a78bad25b7e4eb915
[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