Re: [PATCH] Staging: winbond: wbusb: Fixed coding style issue

2012-10-10 Thread Pavel Machek
On Wed 2012-10-10 16:05:29, Adil Mujeeb wrote: > Removed unnecessary printk and pr_debug tracing calls > > Signed-off-by: Adil Mujeeb ACK. -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html -- To unsubscribe fr

[PATCH] Staging: winbond: wbusb: Fixed coding style issue

2012-10-10 Thread Adil Mujeeb
Removed unnecessary printk and pr_debug tracing calls Signed-off-by: Adil Mujeeb --- linux-3.6-rc7/drivers/staging/winbond/wbusb.c | 14 -- 1 files changed, 0 insertions(+), 14 deletions(-) diff --git a/linux-3.6-rc7/drivers/staging/winbond/wbusb.c b/linux-3.6-rc7/drivers/staging

Re: [PATCH] Staging: winbond: wbusb: Fixed coding style issue

2012-10-09 Thread Adil Mujeeb
On Tue, Oct 9, 2012 at 10:16 PM, Greg KH wrote: > On Tue, Oct 09, 2012 at 09:22:18AM -0700, Joe Perches wrote: >> On Tue, 2012-10-09 at 21:40 +0530, Adil Mujeeb wrote: >> > Repalces printk's with pr_debug >> [] >> > diff --git a/linux-3.6-rc7/drivers/staging/winbond/wbusb.c >> > b/linux-3.6-rc7/d

Re: [PATCH] Staging: winbond: wbusb: Fixed coding style issue

2012-10-09 Thread Greg KH
On Tue, Oct 09, 2012 at 09:22:18AM -0700, Joe Perches wrote: > On Tue, 2012-10-09 at 21:40 +0530, Adil Mujeeb wrote: > > Repalces printk's with pr_debug > [] > > diff --git a/linux-3.6-rc7/drivers/staging/winbond/wbusb.c > > b/linux-3.6-rc7/drivers/staging/winbond/wbusb.c > > index 0ca857a..48fe62

Re: [PATCH] Staging: winbond: wbusb: Fixed coding style issue

2012-10-09 Thread Joe Perches
On Tue, 2012-10-09 at 21:40 +0530, Adil Mujeeb wrote: > Repalces printk's with pr_debug [] > diff --git a/linux-3.6-rc7/drivers/staging/winbond/wbusb.c > b/linux-3.6-rc7/drivers/staging/winbond/wbusb.c > index 0ca857a..48fe622 100644 > --- a/linux-3.6-rc7/drivers/staging/winbond/wbusb.c > +++ b/li

[PATCH] Staging: winbond: wbusb: Fixed coding style issue

2012-10-09 Thread Adil Mujeeb
Repalces printk's with pr_debug Signed-off-by: Adil Mujeeb --- linux-3.6-rc7/drivers/staging/winbond/wbusb.c | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/linux-3.6-rc7/drivers/staging/winbond/wbusb.c b/linux-3.6-rc7/drivers/staging/winbond/wbusb.c index