Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316943
b: refs/heads/master
c: 85a7810
h: refs/heads/master
i:
  316941: 81b9dac
  316939: f79a6ac
  316935: 4cb3e91
  316927: a11a0a8
v: v3
  • Loading branch information
Felipe Balbi committed Jun 3, 2012
1 parent f63a096 commit e01b63a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: c8cf7af452ad2eb49cad13450090cdc432b5a06d
refs/heads/master: 85a781019b9b4b935f6b1792a1f48f1a3aee988f
4 changes: 2 additions & 2 deletions trunk/drivers/usb/dwc3/ep0.c
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ static void dwc3_ep0_complete_data(struct dwc3 *dwc,
}
}

static void dwc3_ep0_complete_req(struct dwc3 *dwc,
static void dwc3_ep0_complete_status(struct dwc3 *dwc,
const struct dwc3_event_depevt *event)
{
struct dwc3_request *r;
Expand Down Expand Up @@ -773,7 +773,7 @@ static void dwc3_ep0_xfer_complete(struct dwc3 *dwc,

case EP0_STATUS_PHASE:
dev_vdbg(dwc->dev, "Status Phase\n");
dwc3_ep0_complete_req(dwc, event);
dwc3_ep0_complete_status(dwc, event);
break;
default:
WARN(true, "UNKNOWN ep0state %d\n", dwc->ep0state);
Expand Down

0 comments on commit e01b63a

Please sign in to comment.