Re: [PATCH 08/35] [media] cx88: convert it to use pr_foo() macros

2016-11-19 Thread Mauro Carvalho Chehab
Em Fri, 18 Nov 2016 22:27:42 + Andrey Utkin escreveu: > On Wed, Nov 16, 2016 at 02:42:40PM -0200, Mauro Carvalho Chehab wrote: > > From: Mauro Carvalho Chehab > > > > Instead of calling printk() directly, use pr_foo() > > macros, as

Re: [PATCH 08/35] [media] cx88: convert it to use pr_foo() macros

2016-11-18 Thread Andrey Utkin
On Wed, Nov 16, 2016 at 02:42:40PM -0200, Mauro Carvalho Chehab wrote: > From: Mauro Carvalho Chehab > > 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

[PATCH 08/35] [media] cx88: convert it to use pr_foo() macros

2016-11-16 Thread Mauro Carvalho Chehab
From: Mauro Carvalho Chehab 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