]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[media] flexcop-i2c: mark printk continuation lines as such
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Thu, 13 Oct 2016 18:23:12 +0000 (15:23 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 21 Oct 2016 10:51:29 +0000 (08:51 -0200)
commit7887d3710b6eac7c980f4e7b4b86bd383695ae80
tree0ed828e7a43456bdedc79e56dd2e704cbbbad9ed
parent178991e03c43db6a45ecf3d28fee6165fc66b250
[media] flexcop-i2c: mark printk continuation lines as such

This driver has printk continuation lines for debugging purposes.

Since commit 563873318d32 ("Merge branch 'printk-cleanups'"),
this won't work as expected anymore. So, let's add KERN_CONT to
those lines.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/common/b2c2/flexcop-i2c.c