From: Alexander Clouter <alex@digriz.org.uk>
To: linux-mips@linux-mips.org
Subject: [PATCH 2/3] MIPS: AR7 fix usb slave mem range mistype
Date: Sun, 31 Jan 2010 19:38:52 +0000 [thread overview]
Message-ID: <cr2h37-ch6.ln1@chipmunk.wormnet.eu> (raw)
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
next reply other threads:[~2010-01-31 20:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-31 19:38 Alexander Clouter [this message]
2010-02-01 17:55 ` [PATCH 2/3] MIPS: AR7 fix usb slave mem range mistype Ralf Baechle
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cr2h37-ch6.ln1@chipmunk.wormnet.eu \
--to=alex@digriz.org.uk \
--cc=linux-mips@linux-mips.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.