[PATCH] arm: Fix conversion to early_init_dt_scan() for non-DT platforms

Olof Johansson olof at lixom.net
Thu Oct 3 12:39:45 EDT 2013


On Thu, Oct 3, 2013 at 5:50 AM, Mark Brown <broonie at kernel.org> wrote:
> From: Mark Brown <broonie at linaro.org>
>
> 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 <broonie at linaro.org>

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



More information about the linux-arm-kernel mailing list