OSDN Git Service

[media] tuner-xc2028: mark printk continuation lines as such
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 12 Oct 2016 09:50:34 +0000 (06:50 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 21 Oct 2016 10:34:18 +0000 (08:34 -0200)
commit15c8ffc41a1559e37e3ec7106b261f5706490f1e
treed66c924461081ed9bb6d99721cc1e6946aa012ab
parent43ea43b9d8b27b7acd443ec59319faa3cdb8a616
[media] tuner-xc2028: mark printk continuation lines as such

This driver has a lot of 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/tuners/tuner-xc2028.c