diff options
author | Alexander Clouter <alex@digriz.org.uk> | 2010-01-31 19:38:52 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-02-01 20:30:25 +0100 |
commit | ba284b1f199ef7121489010da6614561a679eab6 (patch) | |
tree | ecb49016401e7163f08e4613f97ea2024787acd6 /arch | |
parent | 22f4bb68b301f4ab896e9b3b0431fdde962242d2 (diff) | |
download | linux-ba284b1f199ef7121489010da6614561a679eab6.tar.bz2 |
MIPS: AR7: Fix USB slave mem range typo
Signed-off-by: Alexander Clouter <alex@digriz.org.uk>
To: linux-mips@linux-mips.org
Patchwork: http://patchwork.linux-mips.org/patch/919/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r-- | 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 85169c08d8dc..f70a10a8cc96 100644 --- a/arch/mips/ar7/platform.c +++ b/arch/mips/ar7/platform.c @@ -202,7 +202,7 @@ static struct resource usb_res[] = { .name = "mem", .flags = IORESOURCE_MEM, .start = 0x03400000, - .end = 0x034001fff, + .end = 0x03401fff, }, }; |