Re: [ath9k-devel] [PATCH wireless-next] ath: Rename ath_print to ath_debug

2010-11-30 Thread Luis R. Rodriguez
On Tue, Nov 30, 2010 at 11:56 PM, Luis R. Rodriguez wrote: > On Tue, Nov 30, 2010 at 12:19 PM, Joe Perches wrote: >> On Tue, 2010-11-30 at 03:43 +0100, Felix Fietkau wrote: >>> On 2010-11-30 2:39 AM, Joe Perches wrote: >>> > I gauge my willingness to spend time on subsystems on >>> > the maintain

Re: [ath9k-devel] [PATCH wireless-next] ath: Rename ath_print to ath_debug

2010-11-30 Thread Luis R. Rodriguez
On Tue, Nov 30, 2010 at 12:19 PM, Joe Perches wrote: > On Tue, 2010-11-30 at 03:43 +0100, Felix Fietkau wrote: >> On 2010-11-30 2:39 AM, Joe Perches wrote: >> > I gauge my willingness to spend time on subsystems on >> > the maintainers willingness to merge things that improve >> > readability and

[ath9k-devel] [PATCH 2/2] wireless: Remove unnecessary casts of usb_get_intfdata

2010-11-30 Thread Joe Perches
Signed-off-by: Joe Perches --- drivers/net/wireless/ath/ar9170/usb.c|6 ++ drivers/net/wireless/ath/ath9k/hif_usb.c | 13 + drivers/net/wireless/ath/carl9170/usb.c |3 +-- drivers/net/wireless/p54/p54usb.c|2 +- drivers/net/wireless/zd1201.c|

Re: [ath9k-devel] [PATCH wireless-next] ath: Rename ath_print to ath_debug

2010-11-30 Thread Joe Perches
On Tue, 2010-11-30 at 03:43 +0100, Felix Fietkau wrote: > On 2010-11-30 2:39 AM, Joe Perches wrote: > > I gauge my willingness to spend time on subsystems on > > the maintainers willingness to merge things that improve > > readability and correctness. > I'm not trying to discourage you from spendin

[ath9k-devel] [PATCH] ath9k: hif_usb: Reduce indent 1 column

2010-11-30 Thread Joe Perches
Invert test and return early. Move variable declarations to local scope. Don't initialize variables to 0 unnecessarily. Signed-off-by: Joe Perches --- drivers/net/wireless/ath/ath9k/hif_usb.c | 106 +++--- 1 files changed, 53 insertions(+), 53 deletions(-) diff --git a/