瀏覽代碼

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>
Alexander Clouter 15 年之前
父節點
當前提交
632b629c0c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/mips/ar7/platform.c

+ 1 - 1
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,
 	},
 };