Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 265046
b: refs/heads/master
c: 25355be
h: refs/heads/master
v: v3
  • Loading branch information
Felipe Balbi authored and Greg Kroah-Hartman committed Oct 4, 2011
1 parent b7000fd commit c319aca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d95b09b90187f06062c0ec9fa05ff3151bd3e0bb
refs/heads/master: 25355be64ef319894c4de2034af1bdeb79dc0bd4
8 changes: 4 additions & 4 deletions trunk/drivers/usb/dwc3/ep0.c
Original file line number Diff line number Diff line change
Expand Up @@ -740,8 +740,8 @@ static void dwc3_ep0_xfernotready(struct dwc3 *dwc,

if (dwc->ep0_next_event != DWC3_EP0_NRDY_DATA) {
dev_vdbg(dwc->dev, "Expected %d got %d\n",
DEPEVT_STATUS_CONTROL_DATA,
event->status);
dwc->ep0_next_event,
DWC3_EP0_NRDY_DATA);

dwc3_ep0_stall_and_restart(dwc);
return;
Expand Down Expand Up @@ -769,8 +769,8 @@ static void dwc3_ep0_xfernotready(struct dwc3 *dwc,

if (dwc->ep0_next_event != DWC3_EP0_NRDY_STATUS) {
dev_vdbg(dwc->dev, "Expected %d got %d\n",
DEPEVT_STATUS_CONTROL_STATUS,
event->status);
dwc->ep0_next_event,
DWC3_EP0_NRDY_STATUS);

dwc3_ep0_stall_and_restart(dwc);
return;
Expand Down

0 comments on commit c319aca

Please sign in to comment.