| To: | Alan Stern <stern@rowland.harvard.edu> |
|---|---|
| Subject: | [PATCH] usb: host: mips: sead3: Update for EHCI register structure. |
| From: | "Steven J. Hill" <sjhill@mips.com> |
| Date: | Mon, 6 Aug 2012 17:29:31 -0500 |
| Cc: | "Steven J. Hill" <sjhill@mips.com>, linux-usb@vger.kernel.org, linux-mips@linux-mips.org |
| List-archive: | <http://www.linux-mips.org/archives/linux-mips/> |
| List-help: | <mailto:ecartis@linux-mips.org?Subject=help> |
| List-id: | linux-mips <linux-mips.eddie.linux-mips.org> |
| List-owner: | <mailto:ralf@linux-mips.org> |
| List-post: | <mailto:linux-mips@linux-mips.org> |
| List-software: | Ecartis version 1.0.0 |
| List-subscribe: | <mailto:ecartis@linux-mips.org?subject=subscribe%20linux-mips> |
| List-unsubscribe: | <mailto:ecartis@linux-mips.org?subject=unsubscribe%20linux-mips> |
| Sender: | linux-mips-bounce@linux-mips.org |
From: "Steven J. Hill" <sjhill@mips.com>
One line fix after 'struct ehci_regs' definition was changed
in commit a46af4ebf9ffec35eea0390e89935197b833dc61.
Signed-off-by: Steven J. Hill <sjhill@mips.com>
---
drivers/usb/host/ehci-sead3.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/usb/host/ehci-sead3.c b/drivers/usb/host/ehci-sead3.c
index 58c96bd..0c9e43c 100644
--- a/drivers/usb/host/ehci-sead3.c
+++ b/drivers/usb/host/ehci-sead3.c
@@ -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;
}
--
1.7.11.1
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 3/3] MIPS: BCM47xx: rewrite GPIO handling and use gpiolib, Hauke Mehrtens |
|---|---|
| Next by Date: | [PATCH] MIPS: fix module.c build for 32 bit, Jonas Gorski |
| Previous by Thread: | [PATCH 0/3] MIPS: BCM47xx: use gpiolib, Hauke Mehrtens |
| Next by Thread: | Re: [PATCH] usb: host: mips: sead3: Update for EHCI register structure., Sergei Shtylyov |
| Indexes: | [Date] [Thread] [Top] [All Lists] |