MIPS: AR7: Fix USB slave mem range typo
authorAlexander Clouter <[email protected]>
Sun, 31 Jan 2010 19:38:52 +0000 (19:38 +0000)
committerRalf Baechle <[email protected]>
Sat, 27 Feb 2010 11:53:22 +0000 (12:53 +0100)
Signed-off-by: Alexander Clouter <[email protected]>
To: [email protected]
Patchwork: http://patchwork.linux-mips.org/patch/919/
Signed-off-by: Ralf Baechle <[email protected]>
arch/mips/ar7/platform.c

index 76a358ec15f07acb0f67fadecde69a471f30e0ed..65facecb3ffb6f25128445e6946d127306e618a7 100644 (file)
@@ -348,7 +348,7 @@ static struct resource usb_res[] = {
                .name   = "mem",
                .flags  = IORESOURCE_MEM,
                .start  = 0x03400000,
-               .end    = 0x034001fff,
+               .end    = 0x03401fff,
        },
 };