From: Alexander Clouter Date: Sun, 31 Jan 2010 19:38:52 +0000 (+0000) Subject: MIPS: AR7: Fix USB slave mem range typo X-Git-Tag: v2.6.34-rc1~269^2~56 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=632b629c0c4b0f8caaf7f2b448911d03859fda59;p=platform%2Fupstream%2Fkernel-adaptation-pc.git MIPS: AR7: Fix USB slave mem range typo Signed-off-by: Alexander Clouter To: linux-mips@linux-mips.org Patchwork: http://patchwork.linux-mips.org/patch/919/ Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/ar7/platform.c b/arch/mips/ar7/platform.c index 76a358e..65facec 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, }, };