MIPS: AR7: Fix USB slave mem range typo
authorAlexander Clouter <alex@digriz.org.uk>
Sun, 31 Jan 2010 19:38:52 +0000 (19:38 +0000)
committerRalf 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

index 85169c0..f70a10a 100644 (file)
@@ -202,7 +202,7 @@ static struct resource usb_res[] = {
                .name = "mem",
                .flags = IORESOURCE_MEM,
                .start = 0x03400000,
-               .end = 0x034001fff,
+               .end = 0x03401fff,
        },
 };