On Wed, 22 May 2013, Wolfram Sang wrote:

> When converting this driver to devm_ioremap_resource, the removal of this now
> unneeded function has been forgotten.
> 
> Signed-off-by: Wolfram Sang <w...@the-dreams.de>
> ---
>  drivers/usb/host/ohci-nxp.c |    1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/usb/host/ohci-nxp.c b/drivers/usb/host/ohci-nxp.c
> index f303cb0..f1db7eb 100644
> --- a/drivers/usb/host/ohci-nxp.c
> +++ b/drivers/usb/host/ohci-nxp.c
> @@ -351,7 +351,6 @@ static int usb_hcd_nxp_remove(struct platform_device 
> *pdev)
>  
>       usb_remove_hcd(hcd);
>       nxp_stop_hc();
> -     release_mem_region(hcd->rsrc_start, hcd->rsrc_len);
>       usb_put_hcd(hcd);
>       clk_disable(usb_pll_clk);
>       clk_put(usb_pll_clk);

Acked-by: Alan Stern <st...@rowland.harvard.edu>

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to