linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2/3] MIPS: AR7 fix usb slave mem range mistype
@ 2010-01-31 19:38 Alexander Clouter
  2010-02-01 17:55 ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Clouter @ 2010-01-31 19:38 UTC (permalink / raw)
  To: linux-mips

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[] = {
 		.name	= "mem",
 		.flags	= IORESOURCE_MEM,
 		.start	= 0x03400000,
-		.end	= 0x034001fff,
+		.end	= 0x03401fff,
 	},
 };
 
-- 
1.6.6

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-02-01 17:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-31 19:38 [PATCH 2/3] MIPS: AR7 fix usb slave mem range mistype Alexander Clouter
2010-02-01 17:55 ` Ralf Baechle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).