Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 195452
b: refs/heads/master
c: 5e5cf6f
h: refs/heads/master
v: v3
  • Loading branch information
Sarah Sharp authored and Greg Kroah-Hartman committed May 20, 2010
1 parent 7ac17cd commit 78d3135
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5bc9661cba04ff3704e704a06367d4fe96d8dd33
refs/heads/master: 5e5cf6fc59db2322dfe3ac8e1002f066b06d868f
1 change: 1 addition & 0 deletions trunk/drivers/usb/host/xhci-ring.c
Original file line number Diff line number Diff line change
Expand Up @@ -1166,6 +1166,7 @@ static void xhci_cleanup_halted_endpoint(struct xhci_hcd *xhci,

ep->stopped_td = NULL;
ep->stopped_trb = NULL;
ep->stopped_stream = 0;

xhci_ring_cmd_db(xhci);
}
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/usb/host/xhci.c
Original file line number Diff line number Diff line change
Expand Up @@ -1457,6 +1457,7 @@ void xhci_endpoint_reset(struct usb_hcd *hcd,
}
virt_ep->stopped_td = NULL;
virt_ep->stopped_trb = NULL;
virt_ep->stopped_stream = 0;
spin_unlock_irqrestore(&xhci->lock, flags);

if (ret)
Expand Down

0 comments on commit 78d3135

Please sign in to comment.