On Mon, 24 Jun 2019 14:46:20 +0200, Geert Uytterhoeven wrote: > There is no need to cast "u64" to "unsigned long long" before printing > it, as both types have been made identical on all architectures many > years ago. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > --- > drivers/of/platform.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > Applied, thanks. Rob