Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ba284b1f authored by Alexander Clouter's avatar Alexander Clouter Committed by Ralf Baechle
Browse files

MIPS: AR7: Fix USB slave mem range typo



Signed-off-by: default avatarAlexander Clouter <alex@digriz.org.uk>
To: linux-mips@linux-mips.org
Patchwork: http://patchwork.linux-mips.org/patch/919/


Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 22f4bb68
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -202,7 +202,7 @@ static struct resource usb_res[] = {
		.name = "mem",
		.flags = IORESOURCE_MEM,
		.start = 0x03400000,
		.end = 0x034001fff,
		.end = 0x03401fff,
	},
};