commit | e428744a9fa18a3e114fcd420d8263f8a3e274b3 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Wed Oct 12 08:19:27 2016 -0300 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Oct 21 08:40:35 2016 -0200 |
tree | 8559f8c140e2ac052bc0254d506d18151e18506b | |
parent | 0919f3a04b5e7ea019ef393dee892454f054fe16 [diff] |
[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>