Thread (5 messages) 5 messages, 2 authors, 2011-10-11

[PATCH v8 3/3] arm/tegra: device tree support for ventana board

From: Stephen Warren <hidden>
Date: 2011-10-11 16:36:22
Also in: linux-tegra, lkml

Peter De Schrijver wrote at Tuesday, October 11, 2011 4:45 AM:
Change-Id: I5ed18750e6a8aa3242dae4bcd7165cfd819356d2
You probably want to remove that.

...
quoted hunk ↗ jump to hunk
diff --git a/arch/arm/mach-tegra/board-dt.c b/arch/arm/mach-tegra/board-dt.c
...
+	if (i == ARRAY_SIZE(pinmux_configs))
+		WARN(1, "Unknown platform! Pinmuxing not initialized\n");
Sorry to keep picking on this, but shouldn't that be simply:

		WARN(i == ARRAY_SIZE(pinmux_configs),
			"Unknown platform! Pinmuxing not initialized\n");

-- 
nvpublic
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help