Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232642
b: refs/heads/master
c: 15680cd
h: refs/heads/master
v: v3
  • Loading branch information
Toshiharu Okada authored and Greg Kroah-Hartman committed Jan 23, 2011
1 parent 53ccd44 commit f93fa0a
Show file tree
Hide file tree
Showing 2 changed files with 3 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: a9d61bc49188e32d2ae9cf0f683cde3e1744feef
refs/heads/master: 15680cdfc69a7277ba87a8a3a3242d67c4ba5916
3 changes: 2 additions & 1 deletion trunk/drivers/usb/gadget/pch_udc.c
Original file line number Diff line number Diff line change
Expand Up @@ -2718,7 +2718,8 @@ int usb_gadget_unregister_driver(struct usb_gadget_driver *driver)

pch_udc_disable_interrupts(dev, UDC_DEVINT_MSK);

/* Assues that there are no pending requets with this driver */
/* Assures that there are no pending requests with this driver */
driver->disconnect(&dev->gadget);
driver->unbind(&dev->gadget);
dev->gadget.dev.driver = NULL;
dev->driver = NULL;
Expand Down

0 comments on commit f93fa0a

Please sign in to comment.