Re: [PATCH 2/3] of: Remove superfluous casts when printing u64 values

From: Rob Herring
Date: Wed Jun 16 2021 - 15:50:58 EST


On Wed, 16 Jun 2021 11:27:45 +0200, Geert Uytterhoeven wrote:
> "u64" is "unsigned long long" on all architectures now. Hence there is
> no longer a need to use casts when formatting using the "ll" length
> modifier.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
> ---
> drivers/of/address.c | 14 ++++----------
> drivers/of/fdt.c | 6 ++----
> 2 files changed, 6 insertions(+), 14 deletions(-)
>

Applied, thanks!