commit | 69396c4e2a985091ca6f8d246913fb21ace060ca | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Oct 14 07:23:29 2016 -0300 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Oct 21 08:51:20 2016 -0200 |
tree | ec89cb5ecea760663edeee6c73b24c735455edc7 | |
parent | 9a9689cf6d4dfb8b105946e20846ec20ea403bf9 [diff] |
[media] uvc_driver: use KERN_CONT where needed Some continuation messages are not using KERN_CONT. 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> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>