commit | a8cd47d3608e47de0be8cc36a2546e5930c17d2f | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Thu Oct 13 15:39:45 2016 -0300 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Nov 18 07:55:38 2016 -0200 |
tree | e6faccb1da8e545edc8758eb5c3979b5ed0d524e | |
parent | 9e3d073009d271b694a1187414663fa89b968523 [diff] |
[media] stb0899_drv: get rid of continuation lines This driver has printk continuation lines for debugging purposes. Since commit 563873318d32 ("Merge branch 'printk-cleanups'")', this won't work as expected anymore. So, use %*ph and get rid of it. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>