Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303897
b: refs/heads/master
c: fdf6e63
h: refs/heads/master
i:
  303895: 1da8a73
v: v3
  • Loading branch information
Steven J. Hill authored and Greg Kroah-Hartman committed May 11, 2012
1 parent 065dfc9 commit 41e81b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: 975dc33b82cb887d75a29b1e3835c8eb063a8e99
refs/heads/master: fdf6e6390a567963e302a62ef676dd648d11661c
10 changes: 5 additions & 5 deletions trunk/drivers/usb/host/ehci-sead3.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@ static int ehci_sead3_setup(struct usb_hcd *hcd)

ehci->caps = hcd->regs + 0x100;

#ifdef __BIG_ENDIAN
ehci->big_endian_mmio = 1;
ehci->big_endian_desc = 1;
#endif

ret = ehci_setup(hcd);
if (ret)
return ret;

ehci->need_io_watchdog = 0;

#ifdef __BIG_ENDIAN
ehci->big_endian_mmio = 1;
ehci->big_endian_desc = 1;
#endif

/* Set burst length to 16 words. */
ehci_writel(ehci, 0x1010, &ehci->regs->reserved[1]);

Expand Down

0 comments on commit 41e81b8

Please sign in to comment.