]> asedeno.scripts.mit.edu Git - linux.git/commit
[media] stv090x: get rid of continuation lines
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Thu, 13 Oct 2016 18:42:47 +0000 (15:42 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 18 Nov 2016 09:56:23 +0000 (07:56 -0200)
commitfed9d8f3cd6b7e8dbb697377065ee3b88b6baa45
tree162b6cc9411c0d00ca6eca949e2c3e1668ca6478
parenta8cd47d3608e47de0be8cc36a2546e5930c17d2f
[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>
drivers/media/dvb-frontends/stv090x.c