]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
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 85169c08d8dca73d03736a90c7d869bea72565c8..f70a10a8cc961c873fc0c0cc2d1b1b3d5c340521 100644 (file)
@@ -202,7 +202,7 @@ static struct resource usb_res[] = {
                .name = "mem",
                .flags = IORESOURCE_MEM,
                .start = 0x03400000,
-               .end = 0x034001fff,
+               .end = 0x03401fff,
        },
 };