Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190462
b: refs/heads/master
c: 82a5eeb
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Greg Kroah-Hartman committed Apr 30, 2010
1 parent ff0732c commit 6dcbaef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 6f44bcb60bfa58590142545096b64f44144f0bc1
refs/heads/master: 82a5eeb9f486366ad1b6c3be2e0d328ca185aa7e
6 changes: 3 additions & 3 deletions trunk/drivers/usb/host/oxu210hp-hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -660,13 +660,13 @@ static struct ehci_qh *oxu_qh_alloc(struct oxu_hcd *oxu)
if (qh->dummy == NULL) {
oxu_dbg(oxu, "no dummy td\n");
oxu->qh_used[i] = 0;

return NULL;
qh = NULL;
goto unlock;
}

oxu->qh_used[i] = 1;
}

unlock:
spin_unlock(&oxu->mem_lock);

return qh;
Expand Down

0 comments on commit 6dcbaef

Please sign in to comment.