diff options
author | Alexander Clouter <alex@digriz.org.uk> | 2010-01-31 14:38:52 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-02-27 06:53:22 -0500 |
commit | 632b629c0c4b0f8caaf7f2b448911d03859fda59 (patch) | |
tree | 22dd1ef2d9c2e0fd3fef65f4dc19d0041dbc712f /arch/mips/ar7 | |
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/ar7')
-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[] = { | |||
348 | .name = "mem", | 348 | .name = "mem", |
349 | .flags = IORESOURCE_MEM, | 349 | .flags = IORESOURCE_MEM, |
350 | .start = 0x03400000, | 350 | .start = 0x03400000, |
351 | .end = 0x034001fff, | 351 | .end = 0x03401fff, |
352 | }, | 352 | }, |
353 | }; | 353 | }; |
354 | 354 | ||