Skip to content

Commit

Permalink
usb: host: mips: sead3: Update for EHCI register structure.
Browse files Browse the repository at this point in the history
One line fix after 'struct ehci_regs' definition was changed
in commit a46af4e (USB: EHCI: define
extension registers like normal ones).

Signed-off-by: Steven J. Hill <sjhill@mips.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Steven J. Hill authored and Greg Kroah-Hartman committed Aug 10, 2012
1 parent 5b50d3b commit cc59c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/host/ehci-sead3.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ static int ehci_sead3_setup(struct usb_hcd *hcd)
ehci->need_io_watchdog = 0;

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

return ret;
}
Expand Down

0 comments on commit cc59c7a

Please sign in to comment.