commit | 3e7974169a826fe20381302bddd7d531b30646ef | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Wed Oct 12 07:10:10 2016 -0300 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Oct 21 08:36:40 2016 -0200 |
tree | 15093481b19232fbd85047f572d78e3e9555398e | |
parent | 5ccb197de29269ba854066c4f1a92eb71974e126 [diff] |
[media] em28xx: 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>