Received: from milmhbs1.lsil.com (147.145.21.209) by coscas01.lsi.com
 (172.21.36.60) with Microsoft SMTP Server id 8.1.393.1; Sun, 31 Jan 2010
 13:09:33 -0700
Received: from mail2.lsil.com (mail2.lsil.com [147.145.40.22])	by
 milmhbs1.lsil.com (8.12.11/8.12.11) with ESMTP id o0VK9Kc8029106	for
 <andy.sharp@lsi.com>; Sun, 31 Jan 2010 12:09:22 -0800
Received: from psmtp.com (na3sys009amx184.postini.com [74.125.149.165])	by
 mail2.lsil.com (8.12.11/8.12.11) with SMTP id o0VK4X0Z002604	for
 <andy.sharp@lsi.com>; Sun, 31 Jan 2010 12:04:36 -0800 (PST)
Received: from source ([78.24.191.182]) by na3sys009amx184.postini.com
 ([74.125.148.14]) with SMTP;	Sun, 31 Jan 2010 12:09:19 PST
Received: from localhost.localdomain ([127.0.0.1]:60528 "EHLO
        eddie.linux-mips.org" rhost-flags-OK-OK-OK-FAIL)        by
 eddie.linux-mips.org with ESMTP id S1493122Ab0AaUI4 (ORCPT
        <rfc822;andy.sharp@lsi.com>); Sun, 31 Jan 2010 21:08:56 +0100
Received: with ECARTIS (v1.0.0; list linux-mips); Sun, 31 Jan 2010 21:08:37
 +0100 (CET)
Received: from lo.gmane.org ([80.91.229.12]:52947 "EHLO lo.gmane.org"
        rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP        id
 S1493120Ab0AaUId (ORCPT <rfc822;linux-mips@linux-mips.org>);        Sun, 31
 Jan 2010 21:08:33 +0100
Received: from list by lo.gmane.org with local (Exim 4.69)
        (envelope-from <sgi-linux-mips@m.gmane.org>)        id
 1Nbg5t-0006Ix-Pj        for linux-mips@linux-mips.org; Sun, 31 Jan 2010
 21:08:29 +0100
Received: from chipmunk.wormnet.eu ([195.195.131.226])        by
 main.gmane.org with esmtp (Gmexim 0.1 (Debian))        id 1AlnuQ-0007hv-00
        for <linux-mips@linux-mips.org>; Sun, 31 Jan 2010 21:08:29 +0100
Received: from alex by chipmunk.wormnet.eu with local (Gmexim 0.1 (Debian))
        id 1AlnuQ-0007hv-00        for <linux-mips@linux-mips.org>; Sun, 31
 Jan 2010 21:08:29 +0100
From: Alexander Clouter <alex@digriz.org.uk>
To: "linux-mips@linux-mips.org" <linux-mips@linux-mips.org>
Sender: "linux-mips-bounce@linux-mips.org" <linux-mips-bounce@linux-mips.org>
Date: Sun, 31 Jan 2010 12:38:52 -0700
Subject: [PATCH 2/3] MIPS: AR7 fix usb slave mem range mistype
Thread-Topic: [PATCH 2/3] MIPS: AR7 fix usb slave mem range mistype
Thread-Index: AcqisU4i9IfgB3fsT0iN30pn9wDuIA==
Message-ID: <cr2h37-ch6.ln1@chipmunk.wormnet.eu>
Accept-Language: en-US
Content-Language: en-US
X-MS-Exchange-Organization-AuthAs: Anonymous
X-MS-Exchange-Organization-AuthSource: coscas01.lsi.com
X-MS-Has-Attach:
X-Auto-Response-Suppress: All
X-MS-TNEF-Correlator:
x-scanned-by: MIMEDefang 2.39
errors-to: linux-mips-bounce@linux-mips.org
x-pstn-levels: (S:92.16349/99.90000 CV:99.9000 FC:95.5390 LC:95.5390
 R:95.9108 P:95.9108 M:97.0282 C:98.6951 )
x-pstn-settings: 3 (1.0000:1.0000) s cv gt3 gt2 gt1 r p m c 
x-pstn-addresses: from <alex@digriz.org.uk> [22/1] 
x-pstn-neptune: 1/1/1.00/91
user-agent: tin/1.9.3-20080506 ("Dalintober") (UNIX)
 (Linux/2.6.26-2-sparc64-smp (sparc64))
x-complaints-to: usenet@ger.gmane.org
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0

MIPS: AR7 fix usb slave mem range mistype

Signed-off-by: Alexander Clouter <alex@digriz.org.uk>
---
 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[] =3D {
 		.name	=3D "mem",
 		.flags	=3D IORESOURCE_MEM,
 		.start	=3D 0x03400000,
-		.end	=3D 0x034001fff,
+		.end	=3D 0x03401fff,
 	},
 };
=20
--=20
1.6.6


