| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | [PATCH 2/3] MIPS: AR7 fix usb slave mem range mistype |
| From: | Alexander Clouter <alex@digriz.org.uk> |
| Date: | Sun, 31 Jan 2010 19:38:52 +0000 |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | tin/1.9.3-20080506 ("Dalintober") (UNIX) (Linux/2.6.26-2-sparc64-smp (sparc64)) |
MIPS: AR7 fix usb slave mem range mistype
Signed-off-by: Alexander Clouter <alex@digriz.org.uk>
---
arch/mips/ar7/platform.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/mips/ar7/platform.c b/arch/mips/ar7/platform.c
index 76a358e..65facec 100644
--- a/arch/mips/ar7/platform.c
+++ b/arch/mips/ar7/platform.c
@@ -348,7 +348,7 @@ static struct resource usb_res[] = {
.name = "mem",
.flags = IORESOURCE_MEM,
.start = 0x03400000,
- .end = 0x034001fff,
+ .end = 0x03401fff,
},
};
--
1.6.6
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Kernel crash in 2.6.32.6 / bcm1480 with 16k page size, Guenter Roeck |
|---|---|
| Next by Date: | [PATCH 3/3] MIPS: AR7 make ar7_register_devices much more durable, Alexander Clouter |
| Previous by Thread: | [PATCH v4] MIPS: Make the debugging of compressed kernel configurable, Wu Zhangjin |
| Next by Thread: | [PATCH 3/3] MIPS: AR7 make ar7_register_devices much more durable, Alexander Clouter |
| Indexes: | [Date] [Thread] [Top] [All Lists] |