Re: [PATCH] ath: change logging functions to return void

2014-09-29 Thread Kalle Valo
Joe Perches writes: > The return values are not used by callers of these functions > so change the functions to return void. > > Other miscellanea: > > o add __printf verification to wil6210 logging functions > No format/argument mismatches found > > Signed-off-by: Joe Perches Thanks,

Re: [PATCH] ath: change logging functions to return void

2014-09-29 Thread Kalle Valo
Joe Perches j...@perches.com writes: The return values are not used by callers of these functions so change the functions to return void. Other miscellanea: o add __printf verification to wil6210 logging functions No format/argument mismatches found Signed-off-by: Joe Perches

Re: [PATCH] ath: change logging functions to return void

2014-09-23 Thread Kalle Valo
"John W. Linville" writes: > On Tue, Sep 23, 2014 at 07:20:53AM +0300, Kalle Valo wrote: >> Joe Perches writes: >> >> > drivers/net/wireless/ath/wil6210/debug.c | 14 -- >> > drivers/net/wireless/ath/wil6210/wil6210.h | 7 +-- >> > 7 files changed, 32 insertions(+), 56

Re: [PATCH] ath: change logging functions to return void

2014-09-23 Thread John W. Linville
On Tue, Sep 23, 2014 at 07:20:53AM +0300, Kalle Valo wrote: > Joe Perches writes: > > > The return values are not used by callers of these functions > > so change the functions to return void. > > > > Other miscellanea: > > > > o add __printf verification to wil6210 logging functions > > No

Re: [PATCH] ath: change logging functions to return void

2014-09-23 Thread Vladimir Kondratiev
On Monday, September 22, 2014 10:35:34 AM Joe Perches wrote: > Other miscellanea: > > o add __printf verification to wil6210 logging functions > No format/argument mismatches found > > Signed-off-by: Joe Perches > For wil6210: Acked-by: Vladimir Kondratiev -- To unsubscribe from this

Re: [PATCH] ath: change logging functions to return void

2014-09-23 Thread Vladimir Kondratiev
On Monday, September 22, 2014 10:35:34 AM Joe Perches wrote: Other miscellanea: o add __printf verification to wil6210 logging functions No format/argument mismatches found Signed-off-by: Joe Perches j...@perches.com For wil6210: Acked-by: Vladimir Kondratiev

Re: [PATCH] ath: change logging functions to return void

2014-09-23 Thread John W. Linville
On Tue, Sep 23, 2014 at 07:20:53AM +0300, Kalle Valo wrote: Joe Perches j...@perches.com writes: The return values are not used by callers of these functions so change the functions to return void. Other miscellanea: o add __printf verification to wil6210 logging functions No

Re: [PATCH] ath: change logging functions to return void

2014-09-23 Thread Kalle Valo
John W. Linville linvi...@tuxdriver.com writes: On Tue, Sep 23, 2014 at 07:20:53AM +0300, Kalle Valo wrote: Joe Perches j...@perches.com writes: drivers/net/wireless/ath/wil6210/debug.c | 14 -- drivers/net/wireless/ath/wil6210/wil6210.h | 7 +-- 7 files changed, 32

Re: [PATCH] ath: change logging functions to return void

2014-09-22 Thread Kalle Valo
Joe Perches writes: > The return values are not used by callers of these functions > so change the functions to return void. > > Other miscellanea: > > o add __printf verification to wil6210 logging functions > No format/argument mismatches found > > Signed-off-by: Joe Perches > --- > This

[PATCH] ath: change logging functions to return void

2014-09-22 Thread Joe Perches
The return values are not used by callers of these functions so change the functions to return void. Other miscellanea: o add __printf verification to wil6210 logging functions No format/argument mismatches found Signed-off-by: Joe Perches --- This change is associated to a desire to

[PATCH] ath: change logging functions to return void

2014-09-22 Thread Joe Perches
The return values are not used by callers of these functions so change the functions to return void. Other miscellanea: o add __printf verification to wil6210 logging functions No format/argument mismatches found Signed-off-by: Joe Perches j...@perches.com --- This change is associated to a

Re: [PATCH] ath: change logging functions to return void

2014-09-22 Thread Kalle Valo
Joe Perches j...@perches.com writes: The return values are not used by callers of these functions so change the functions to return void. Other miscellanea: o add __printf verification to wil6210 logging functions No format/argument mismatches found Signed-off-by: Joe Perches