Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115771
b: refs/heads/master
c: f9e9cff
h: refs/heads/master
i:
  115769: 0051994
  115767: 7761f59
v: v3
  • Loading branch information
Yauhen Kharuzhy authored and Greg Kroah-Hartman committed Oct 17, 2008
1 parent 809de4d commit a980703
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: 36e893d25aa2abcae0f11ef263de0e8322641386
refs/heads/master: f9e9cff613b8239ce9159735aa662c9c85b478bf
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 @@ -1651,7 +1651,7 @@ int usb_gadget_register_driver(struct usb_gadget_driver *driver)
return -EBUSY;

if (!driver->bind || !driver->setup
|| driver->speed != USB_SPEED_FULL) {
|| driver->speed < USB_SPEED_FULL) {
printk(KERN_ERR "Invalid driver: bind %p setup %p speed %d\n",
driver->bind, driver->setup, driver->speed);
return -EINVAL;
Expand Down

0 comments on commit a980703

Please sign in to comment.