[PATCH 09/10] USB: adutux: remove direct calls to printk()

2013-06-26 Thread Greg Kroah-Hartman
Use the pr_* calls instead, which are much more descriptive. Signed-off-by: Greg Kroah-Hartman --- drivers/usb/misc/adutux.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/usb/misc/adutux.c b/drivers/usb/misc/adutux.c index b152581..3105f18 100644 --- a/

Re: [PATCH 09/10] USB: adutux: remove direct calls to printk()

2013-06-27 Thread Sergei Shtylyov
Hello. On 27-06-2013 3:30, Greg Kroah-Hartman wrote: Use the pr_* calls instead, which are much more descriptive. Signed-off-by: Greg Kroah-Hartman --- drivers/usb/misc/adutux.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/usb/misc/adutux.c b

Re: [PATCH 09/10] USB: adutux: remove direct calls to printk()

2013-06-28 Thread Greg Kroah-Hartman
On Thu, Jun 27, 2013 at 05:19:37PM +0400, Sergei Shtylyov wrote: > Hello. > > On 27-06-2013 3:30, Greg Kroah-Hartman wrote: > > >Use the pr_* calls instead, which are much more descriptive. > > >Signed-off-by: Greg Kroah-Hartman > >--- > > drivers/usb/misc/adutux.c | 12 ++-- > > 1 fil