Re: [PATCH] of/fdt: pass early_init_dt_reserve_memory_arch() with bool type nomap

From: Rob Herring
Date: Mon Jul 08 2019 - 17:28:28 EST


On Thu, 30 May 2019 19:39:27 +0900, Masahiro Yamada wrote:
> The third argument 'nomap' of early_init_dt_reserve_memory_arch() is
> bool. It is preferred to pass it with a bool type parameter.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
> ---
>
> drivers/of/fdt.c | 7 ++++---
> 1 file changed, 4 insertions(+), 3 deletions(-)
>

Applied, thanks.

Rob