Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325890
b: refs/heads/master
c: 86bab36
h: refs/heads/master
v: v3
  • Loading branch information
Sachin Kamat authored and Felipe Balbi committed Aug 31, 2012
1 parent b40c98d commit 3fd4061
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: 1660c8944652aac142e622d276c3750f735a568f
refs/heads/master: 86bab36662d47388102ca437a3cbfd79e0ea75cd
2 changes: 1 addition & 1 deletion trunk/drivers/usb/gadget/s3c2410_udc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1296,7 +1296,7 @@ static int s3c2410_udc_queue(struct usb_ep *_ep, struct usb_request *_req,
}

/* pio or dma irq handler advances the queue. */
if (likely(req != 0))
if (likely(req))
list_add_tail(&req->queue, &ep->queue);

local_irq_restore(flags);
Expand Down

0 comments on commit 3fd4061

Please sign in to comment.