Skip to content

Commit

Permalink
MIPS: AR7: Fix USB slave mem range typo
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alexander Clouter authored and Ralf Baechle committed Feb 27, 2010
1 parent 4d1da8c commit 632b629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/ar7/platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ static struct resource usb_res[] = {
.name = "mem",
.flags = IORESOURCE_MEM,
.start = 0x03400000,
.end = 0x034001fff,
.end = 0x03401fff,
},
};

Expand Down

0 comments on commit 632b629

Please sign in to comment.