commit | fed9d8f3cd6b7e8dbb697377065ee3b88b6baa45 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Thu Oct 13 15:42:47 2016 -0300 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Nov 18 07:56:23 2016 -0200 |
tree | 162b6cc9411c0d00ca6eca949e2c3e1668ca6478 | |
parent | a8cd47d3608e47de0be8cc36a2546e5930c17d2f [diff] |
[media] stv090x: 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>