Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322730
b: refs/heads/master
c: db89960
h: refs/heads/master
v: v3
  • Loading branch information
Michael Grzeschik authored and Greg Kroah-Hartman committed Sep 12, 2012
1 parent a718b24 commit 2c4a4b0
Show file tree
Hide file tree
Showing 2 changed files with 2 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: ad6b1b97fe8504957d017cd6e4168cac8903d3f3
refs/heads/master: db89960e50f45274c07dc60926b5a49489b8a7a0
5 changes: 1 addition & 4 deletions trunk/drivers/usb/chipidea/udc.c
Original file line number Diff line number Diff line change
Expand Up @@ -771,10 +771,7 @@ __acquires(mEp->lock)
{
struct ci13xxx_req *mReq, *mReqTemp;
struct ci13xxx_ep *mEpTemp = mEp;
int uninitialized_var(retval);

if (list_empty(&mEp->qh.queue))
return -EINVAL;
int retval = 0;

list_for_each_entry_safe(mReq, mReqTemp, &mEp->qh.queue,
queue) {
Expand Down

0 comments on commit 2c4a4b0

Please sign in to comment.