commit | 15c8ffc41a1559e37e3ec7106b261f5706490f1e | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Wed Oct 12 06:50:34 2016 -0300 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Oct 21 08:34:18 2016 -0200 |
tree | d66c924461081ed9bb6d99721cc1e6946aa012ab | |
parent | 43ea43b9d8b27b7acd443ec59319faa3cdb8a616 [diff] |
[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>