commit | 65bc2fe86e667077b38a63ce6cb40677be09bc4f | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Sun Nov 13 10:07:38 2016 -0200 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Nov 18 08:14:27 2016 -0200 |
tree | 4265666424069755951d918f5357b79b94972a4d | |
parent | 3b0cb24f96dc06d0c5c049e8327aad50c8b6ddb4 [diff] |
[media] cx88: convert it to use pr_foo() macros Instead of calling printk() directly, use pr_foo() macros, as suggested at the Kernel's coding style. Please notice that a conversion to dev_foo() is not trivial, as several parts on this driver uses pr_cont(). Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>