Skip to content

Commit

Permalink
drivers/usb/host: remove leftover release_mem_region
Browse files Browse the repository at this point in the history
When converting this driver to devm_ioremap_resource, the removal of this now
unneeded function has been forgotten.

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Wolfram Sang authored and Greg Kroah-Hartman committed May 30, 2013
1 parent e8b58b4 commit 16520a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/usb/host/ohci-nxp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 16520a2

Please sign in to comment.