aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-q.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/ehci-q.c')
-rw-r--r--drivers/usb/host/ehci-q.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-q.c b/drivers/usb/host/ehci-q.c
index 1976b1b3778c..68bf81e982d2 100644
--- a/drivers/usb/host/ehci-q.c
+++ b/drivers/usb/host/ehci-q.c
@@ -215,7 +215,7 @@ static int qtd_copy_status (
215 /* REVISIT ARC-derived cores don't clear the root 215 /* REVISIT ARC-derived cores don't clear the root
216 * hub TT buffer in this way... 216 * hub TT buffer in this way...
217 */ 217 */
218 usb_hub_tt_clear_buffer (urb->dev, urb->pipe); 218 usb_hub_clear_tt_buffer(urb);
219 } 219 }
220 } 220 }
221 221