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 suggested at the Kernel's coding style.
> >
> > Please no
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 trivial,
> as several parts on
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 Chehab
Signed-off-by: Mau