[media] tuner-core: use %&ph for small buffer dumps
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 12 Oct 2016 11:19:27 +0000 (08:19 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 21 Oct 2016 10:40:35 +0000 (08:40 -0200)
commite428744a9fa18a3e114fcd420d8263f8a3e274b3
tree8559f8c140e2ac052bc0254d506d18151e18506b
parent0919f3a04b5e7ea019ef393dee892454f054fe16
[media] tuner-core: use %&ph for small buffer dumps

This driver has a printk with a continuation lines for debugging purposes.
 Since commit 563873318d32 ("Merge branch 'printk-cleanups'"), this
won't work anymore. We might be using KERNEL_CONT, but it is better
to just use a single printk line using %*ph for buffer dump.

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