Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310916
b: refs/heads/master
c: 07828b1
h: refs/heads/master
v: v3
  • Loading branch information
Herton Ronaldo Krzesinski authored and Greg Kroah-Hartman committed Jun 14, 2012
1 parent 0b9d763 commit b587cd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 4f7a67e2dd49fbfba002c453bc24bf00e701cc71
refs/heads/master: 07828b10985393cd875eac1545fba47107e97bf9
4 changes: 1 addition & 3 deletions trunk/drivers/usb/host/ehci-xilinx-of.c
Original file line number Diff line number Diff line change
Expand Up @@ -270,14 +270,12 @@ static int ehci_hcd_xilinx_of_remove(struct platform_device *op)
*
* Properly shutdown the hcd, call driver's shutdown routine.
*/
static int ehci_hcd_xilinx_of_shutdown(struct platform_device *op)
static void ehci_hcd_xilinx_of_shutdown(struct platform_device *op)
{
struct usb_hcd *hcd = dev_get_drvdata(&op->dev);

if (hcd->driver->shutdown)
hcd->driver->shutdown(hcd);

return 0;
}


Expand Down

0 comments on commit b587cd7

Please sign in to comment.