commit | 7887d3710b6eac7c980f4e7b4b86bd383695ae80 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Thu Oct 13 15:23:12 2016 -0300 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Oct 21 08:51:29 2016 -0200 |
tree | 0ed828e7a43456bdedc79e56dd2e704cbbbad9ed | |
parent | 178991e03c43db6a45ecf3d28fee6165fc66b250 [diff] |
[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>