diff options
author | Alexander Clouter <alex@digriz.org.uk> | 2010-01-31 19:38:52 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-02-27 12:53:22 +0100 |
commit | 632b629c0c4b0f8caaf7f2b448911d03859fda59 (patch) | |
tree | 22dd1ef2d9c2e0fd3fef65f4dc19d0041dbc712f /arch/mips | |
parent | 4d1da8c2961da46abd85a71d20f2b169bf80618e (diff) |
MIPS: AR7: Fix USB slave mem range typo
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>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | 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 76a358ec15f0..65facecb3ffb 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, }, }; |