Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44795
b: refs/heads/master
c: 943c441
h: refs/heads/master
i:
  44793: e23bef8
  44791: dcd00c8
v: v3
  • Loading branch information
Wojtek Kaniewski authored and Greg Kroah-Hartman committed Dec 20, 2006
1 parent c812bb9 commit 8c3118f
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: bc92c32aa21cf2e8808f8cff0be0a2a653652e92
refs/heads/master: 943c441948581bd01ab196a4d32da88bfa0f13ce
4 changes: 4 additions & 0 deletions trunk/drivers/usb/gadget/at91_udc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1601,6 +1601,10 @@ int usb_gadget_register_driver (struct usb_gadget_driver *driver)
if (retval) {
DBG("driver->bind() returned %d\n", retval);
udc->driver = NULL;
udc->gadget.dev.driver = NULL;
udc->gadget.dev.driver_data = NULL;
udc->enabled = 0;
udc->selfpowered = 0;
return retval;
}

Expand Down

0 comments on commit 8c3118f

Please sign in to comment.