From patchwork Sun Jan 31 19:38:52 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [2/3] MIPS: AR7 fix usb slave mem range mistype Date: Sun, 31 Jan 2010 18:38:52 -0000 From: jimdigriz X-Patchwork-Id: 919 Message-Id: To: linux-mips@linux-mips.org MIPS: AR7 fix usb slave mem range mistype Signed-off-by: Alexander Clouter --- 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 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, }, };