Re: [PATCH] platform/x86: asus-wireless: Fix format specifier

2018-05-31 Thread Andy Shevchenko
On Wed, May 23, 2018 at 12:29 AM, João Paulo Rechi Vita wrote: > From: João Paulo Rechi Vita > > u64 should be printed with %llx instead of %x and cast to uint. > Pushed to my review and testing queue, thanks! > Signed-off-by: João Paulo Rechi Vita > --- >

Re: [PATCH] platform/x86: asus-wireless: Fix format specifier

2018-05-31 Thread Andy Shevchenko
On Wed, May 23, 2018 at 12:29 AM, João Paulo Rechi Vita wrote: > From: João Paulo Rechi Vita > > u64 should be printed with %llx instead of %x and cast to uint. > Pushed to my review and testing queue, thanks! > Signed-off-by: João Paulo Rechi Vita > --- >

[PATCH] platform/x86: asus-wireless: Fix format specifier

2018-05-22 Thread João Paulo Rechi Vita
From: João Paulo Rechi Vita u64 should be printed with %llx instead of %x and cast to uint. Signed-off-by: João Paulo Rechi Vita --- drivers/platform/x86/asus-wireless.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH] platform/x86: asus-wireless: Fix format specifier

2018-05-22 Thread João Paulo Rechi Vita
From: João Paulo Rechi Vita u64 should be printed with %llx instead of %x and cast to uint. Signed-off-by: João Paulo Rechi Vita --- drivers/platform/x86/asus-wireless.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/platform/x86/asus-wireless.c