提交 e52b1d3a 编写于 作者: D Dale Farnsworth 提交者: Greg Kroah-Hartman

[PATCH] USB: Fix typo in ohci-ppc-soc.c: usb_hcd_put => usb_put_hcd

Signed-off-by: NDale Farnsworth <dale@farnsworth.org>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 ba44e7c4
......@@ -123,7 +123,7 @@ static void usb_hcd_ppc_soc_remove(struct usb_hcd *hcd,
iounmap(hcd->regs);
release_mem_region(hcd->rsrc_start, hcd->rsrc_len);
usb_hcd_put(hcd);
usb_put_hcd(hcd);
}
static int __devinit
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册