projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22f4bb6
)
MIPS: AR7: Fix USB slave mem range typo
author
Alexander Clouter
<alex@digriz.org.uk>
Sun, 31 Jan 2010 19:38:52 +0000
(19:38 +0000)
committer
Ralf Baechle
<ralf@linux-mips.org>
Mon, 1 Feb 2010 19:30:25 +0000
(20:30 +0100)
Signed-off-by: Alexander Clouter <alex@digriz.org.uk>
To: linux-mips@linux-mips.org
Patchwork: http://patchwork.linux-mips.org/patch/919/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/ar7/platform.c
patch
|
blob
|
history
diff --git
a/arch/mips/ar7/platform.c
b/arch/mips/ar7/platform.c
index
85169c0
..
f70a10a
100644
(file)
--- a/
arch/mips/ar7/platform.c
+++ b/
arch/mips/ar7/platform.c
@@
-202,7
+202,7
@@
static struct resource usb_res[] = {
.name = "mem",
.flags = IORESOURCE_MEM,
.start = 0x03400000,
- .end = 0x0340
0
1fff,
+ .end = 0x03401fff,
},
};