Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97064
b: refs/heads/master
c: 3f88662
h: refs/heads/master
v: v3
  • Loading branch information
karl beldan authored and Greg Kroah-Hartman committed May 20, 2008
1 parent 723a6fa commit 708eecd
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: 1b2d23d49cf4b4b1fe3b43d3ffd6077fc4ee9ac6
refs/heads/master: 3f886620742edd4e7e037d7d9349be69df0ce59b
3 changes: 2 additions & 1 deletion trunk/drivers/usb/gadget/pxa27x_udc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1526,7 +1526,8 @@ static void udc_disable(struct pxa_udc *udc)

ep0_idle(udc);
udc->gadget.speed = USB_SPEED_UNKNOWN;
udc->mach->udc_command(PXA2XX_UDC_CMD_DISCONNECT);
if (udc->mach->udc_command)
udc->mach->udc_command(PXA2XX_UDC_CMD_DISCONNECT);
}

/**
Expand Down

0 comments on commit 708eecd

Please sign in to comment.