Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248781
b: refs/heads/master
c: f8acb08
h: refs/heads/master
i:
  248779: fc220b6
v: v3
  • Loading branch information
Anton Tikhomirov authored and Greg Kroah-Hartman committed May 3, 2011
1 parent 84019de commit 93ac666
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: 9c39ddc60ee9eb70569d1658e512cfa232b9dd16
refs/heads/master: f8acb08d8a1b2edab352430bd32c0e694bc65bc5
5 changes: 0 additions & 5 deletions trunk/drivers/usb/gadget/s3c-hsotg.c
Original file line number Diff line number Diff line change
Expand Up @@ -2447,11 +2447,6 @@ static int s3c_hsotg_ep_dequeue(struct usb_ep *ep, struct usb_request *req)

dev_info(hs->dev, "ep_dequeue(%p,%p)\n", ep, req);

if (hs_req == hs_ep->req) {
dev_dbg(hs->dev, "%s: already in progress\n", __func__);
return -EINPROGRESS;
}

spin_lock_irqsave(&hs_ep->lock, flags);

if (!on_list(hs_ep, hs_req)) {
Expand Down

0 comments on commit 93ac666

Please sign in to comment.