On Thu, Oct 3, 2013 at 5:50 AM, Mark Brown [off-list ref] wrote:
From: Mark Brown <redacted>
Commit 67a964490bfd14 (arm: use early_init_dt_scan) in the OF tree in
-next converts ARM to use early_init_dt_scan(), factoring out some common
code. However it ignores the return value of the function meaning that on
non-DT platforms the kernel fails to boot as it attempts to configure
itself using DT.
Fix this by adding the appropriate return value check.
Signed-off-by: Mark Brown <redacted>
Hm, I thought I had reported this to Rob and he had fixed it already.
Is a stale version of the patches in the DT tree?
-Olof