Search Linux Wireless

Re: [PATCH V2] ath5k: add missing iounmap to AHB probe removal

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, 24 Apr 2012 05:20:15 -0400
Jonathan Bither <jonbither@xxxxxxxxx> wrote:

> When our driver device is removed on the AHB bus, our IO memory is
> never unmapped.
> 
> Signed-off-by: Jonathan Bither <jonbither@xxxxxxxxx>
> 
> diff --git a/drivers/net/wireless/ath/ath5k/ahb.c
> b/drivers/net/wireless/ath/ath5k/ahb.c index 8c50d9d..aec33cc 100644
> --- a/drivers/net/wireless/ath/ath5k/ahb.c
> +++ b/drivers/net/wireless/ath/ath5k/ahb.c
> @@ -220,6 +220,7 @@ static int ath_ahb_remove(struct platform_device
> *pdev) }
>  
>  	ath5k_deinit_ah(ah);
> +	iounmap(ah->iobase);
>  	platform_set_drvdata(pdev, NULL);
>  	ieee80211_free_hw(hw);

Reviewed-by: Pavel Roskin <proski@xxxxxxx>

-- 
Regards,
Pavel Roskin
--
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


[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Wireless Personal Area Network]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite Hiking]     [MIPS Linux]     [ARM Linux]     [Linux RAID]

  Powered by Linux