Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201259
b: refs/heads/master
c: 00c05aa
h: refs/heads/master
i:
  201257: 3e40773
  201255: ee51e66
v: v3
  • Loading branch information
Vladimir Zapolskiy authored and Greg Kroah-Hartman committed Jul 26, 2010
1 parent a0f90a8 commit c552da5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 83a4eae9aeed4a69e89e323a105e653ae06e7c1f
refs/heads/master: 00c05aabf228d220b6189a314d181bad1a09718f
4 changes: 4 additions & 0 deletions trunk/drivers/usb/gadget/s3c2410_udc.c
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,10 @@ static void s3c2410_udc_handle_ep0_idle(struct s3c2410_udc *dev,
else
dev->ep0state = EP0_OUT_DATA_PHASE;

if (!dev->driver)
return;

/* deliver the request to the gadget driver */
ret = dev->driver->setup(&dev->gadget, crq);
if (ret < 0) {
if (dev->req_config) {
Expand Down

0 comments on commit c552da5

Please sign in to comment.