projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d1da8c
)
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>
Sat, 27 Feb 2010 11:53:22 +0000
(12:53 +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
|
blame
|
history
diff --git
a/arch/mips/ar7/platform.c
b/arch/mips/ar7/platform.c
index 76a358ec15f07acb0f67fadecde69a471f30e0ed..65facecb3ffb6f25128445e6946d127306e618a7 100644
(file)
--- 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 = 0x0340
0
1fff,
+ .end = 0x03401fff,
},
};