提交 fca8ab7e 编写于 作者: K Kuninori Morimoto 提交者: Felipe Balbi

usb: gadget: renesas_usbhs: cleanup usbhs_endpoint_disable()

Signed-off-by: NKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: NFelipe Balbi <balbi@ti.com>
上级 3dd49268
...@@ -822,7 +822,7 @@ static void usbhsh_endpoint_disable(struct usb_hcd *hcd, ...@@ -822,7 +822,7 @@ static void usbhsh_endpoint_disable(struct usb_hcd *hcd,
/* /*
* this function might be called manytimes by same hcd/ep * this function might be called manytimes by same hcd/ep
* in-endpoitn == out-endpoint if ep == dcp. * in-endpoint == out-endpoint if ep == dcp.
*/ */
if (!uep) if (!uep)
return; return;
...@@ -831,7 +831,6 @@ static void usbhsh_endpoint_disable(struct usb_hcd *hcd, ...@@ -831,7 +831,6 @@ static void usbhsh_endpoint_disable(struct usb_hcd *hcd,
hpriv = usbhsh_hcd_to_hpriv(hcd); hpriv = usbhsh_hcd_to_hpriv(hcd);
usbhsh_endpoint_free(hpriv, ep); usbhsh_endpoint_free(hpriv, ep);
ep->hcpriv = NULL;
/* /*
* if there is no endpoint, * if there is no endpoint,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册