On Sat, Feb 27, 2010 at 11:36:57AM +0530, Sujith wrote: > Also, free ath_hw instance properly. > ath9k_hw_deinit() shouldn't do it. > > Signed-off-by: Sujith <Sujith.Manoharan@xxxxxxxxxxx> > --- > drivers/net/wireless/ath/ath9k/htc_drv_init.c | 1 - > drivers/net/wireless/ath/ath9k/hw.c | 4 +--- > drivers/net/wireless/ath/ath9k/init.c | 3 +++ > 3 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/drivers/net/wireless/ath/ath9k/htc_drv_init.c b/drivers/net/wireless/ath/ath9k/htc_drv_init.c > index 5378c6e..67a9dd2 100644 > --- a/drivers/net/wireless/ath/ath9k/htc_drv_init.c > +++ b/drivers/net/wireless/ath/ath9k/htc_drv_init.c > @@ -491,7 +491,6 @@ err_queues: > err_debug: > ath9k_hw_deinit(ah); > err_hw: > - > kfree(ah); > priv->ah = NULL; > This is only doing white space changes and I'd like to see this in for 2.6.34-rc2 so better just drop this unneeded hunk. Luis -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html