Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cc59c7a9 authored by Steven J. Hill's avatar Steven J. Hill Committed by Greg Kroah-Hartman
Browse files

usb: host: mips: sead3: Update for EHCI register structure.



One line fix after 'struct ehci_regs' definition was changed
in commit a46af4eb (USB: EHCI: define
extension registers like normal ones).

Signed-off-by: default avatarSteven J. Hill <sjhill@mips.com>
Acked-by: default avatarAlan Stern <stern@rowland.harvard.edu>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5b50d3b5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}