Re: [PATCH] of/platform: Drop superfluous cast in of_device_make_bus_id()

2019-07-08 Thread Rob Herring
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 > --- > drivers/of/platform.c | 3 +-- >

[PATCH] of/platform: Drop superfluous cast in of_device_make_bus_id()

2019-06-24 Thread Geert Uytterhoeven
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 --- drivers/of/platform.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/of/plat