]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[media] cx2341x: mark printk continuation lines as such
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Thu, 13 Oct 2016 18:27:35 +0000 (15:27 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 21 Oct 2016 10:51:30 +0000 (08:51 -0200)
commit6dd23d4c952f4ccf4dd9454c8464557c5151f2be
tree894a2f36a76a7142988a2ee4f5dd1c68b5c726a2
parent7887d3710b6eac7c980f4e7b4b86bd383695ae80
[media] cx2341x: 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/cx2341x.c