From: Olof Johansson Date: Sat, 29 Jun 2013 23:25:14 +0000 (-0700) Subject: ARM: dt: Only print warning, not WARN() on bad cpu map in device tree X-Git-Tag: v3.10~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d5bc1a6ac40885078bbb0552b4283a3e58c462e;p=pandora-kernel.git ARM: dt: Only print warning, not WARN() on bad cpu map in device tree Due to recent changes and expecations of proper cpu bindings, there are now cases for many of the in-tree devicetrees where a WARN() will hit on boot due to badly formatted /cpus nodes. Downgrade this to a pr_warn() to be less alarmist, since it's not a new problem. Tested on Arndale, Cubox, Seaboard and Panda ES. Panda hits the WARN without this, the others do not. Acked-by: Russell King Signed-off-by: Olof Johansson Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed