commit | 178991e03c43db6a45ecf3d28fee6165fc66b250 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Thu Oct 13 14:02:21 2016 -0300 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Oct 21 08:51:29 2016 -0200 |
tree | 5f942dd9745410435de1227a45931a09f77a3c75 | |
parent | c5bac2e75270b10ff5a5675bebad4df2106506f1 [diff] |
[media] tvaudio: 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>