Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316929
b: refs/heads/master
c: c74c6d4
h: refs/heads/master
i:
  316927: a11a0a8
v: v3
  • Loading branch information
Felipe Balbi committed Jun 3, 2012
1 parent 42e5f40 commit a23bbbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: a0807881af93646b5d94b5594119df609e756945
refs/heads/master: c74c6d4a024d95e81283ee4c38be6fa7baee27f9
2 changes: 1 addition & 1 deletion trunk/drivers/usb/dwc3/ep0.c
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ static void __dwc3_ep0_do_control_data(struct dwc3 *dwc,
ret = dwc3_ep0_start_trans(dwc, dep->number,
dwc->ctrl_req_addr, 0,
DWC3_TRBCTL_CONTROL_DATA);
} else if ((req->request.length % dep->endpoint.maxpacket)
} else if (!IS_ALIGNED(req->request.length, dep->endpoint.maxpacket)
&& (dep->number == 0)) {
u32 transfer_size;

Expand Down

0 comments on commit a23bbbc

Please sign in to comment.