Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317052
b: refs/heads/master
c: 7211974
h: refs/heads/master
v: v3
  • Loading branch information
Laxman Dewangan authored and Greg Kroah-Hartman committed Jul 17, 2012
1 parent 5431af0 commit b578aeb
Show file tree
Hide file tree
Showing 4 changed files with 4 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: 08d7660d45bc3e14b0fafe2e891ca50b4b18591a
refs/heads/master: 72119743651054ceddd4fdf0cce161bdb4cc4aac
2 changes: 1 addition & 1 deletion trunk/drivers/usb/host/ehci-orion.c
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ static int ehci_orion_setup(struct usb_hcd *hcd)
struct ehci_hcd *ehci = hcd_to_ehci(hcd);
int retval;

retval = ehci_setup(ehci);
retval = ehci_setup(hcd);
if (retval)
return retval;

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/usb/host/ehci-tegra.c
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ static int tegra_ehci_setup(struct usb_hcd *hcd)
/* switch to host mode */
hcd->has_tt = 1;

retval = ehci_setup(ehci);
retval = ehci_setup(hcd);
if (retval)
return retval;

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/usb/host/ehci-xls.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ static int ehci_xls_setup(struct usb_hcd *hcd)

ehci->caps = hcd->regs;

return ehci_setup(ehci);
return ehci_setup(hcd);
}

int ehci_xls_probe_internal(const struct hc_driver *driver,
Expand Down

0 comments on commit b578aeb

Please sign in to comment.