]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit5ded4dc1dbc1beed27d7246dc80d5282d5e49d81
tree8559f8c140e2ac052bc0254d506d18151e18506b
parent02acd90375dbbe6abc7f10010cecc57102437b8c
[media] tuner-core: use %&ph for small buffer dumps

This driver has a printk with a continuation lines for debugging purposes.
 Since commit d0a4aca6ff6f ("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