OSDN Git Service

[media] tvp5150: get rid of KERN_CONT
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Thu, 20 Oct 2016 13:36:42 +0000 (11:36 -0200)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 18 Nov 2016 12:11:09 +0000 (10:11 -0200)
commite513411489202fc642c0d651479b9ccdff961ed0
tree497be566ea7d0163da9b20b2da13f0c5c590c7d8
parentad0e374470684692d7ec1f31ac23065dab4d9d53
[media] tvp5150: get rid of KERN_CONT

Unfortunately, KERN_CONT doesn't work with dev_foo(),
producing weird messages like:

tvp5150 6-005c: tvp5150: read 0xf6 = 0xff
ff

So, we need to get rid of it.

As we're always printing read/write in hexa when dumping
multiple register values, also remove the "0x" from the
read/write debug messages too.

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