Re: [PATCH 1/5] tools: selftests: riscv: Fix compile warnings in hwprobe

2023-12-15 Thread Alexandre Ghiti
On 23/11/2023 19:58, Christoph Muellner wrote: From: Christoph Müllner GCC prints a couple of format string warnings when compiling the hwprobe test. Let's follow the recommendation in Documentation/printk-formats.txt to fix these warnings. Signed-off-by: Christoph Müllner --- tools/testing

Re: [PATCH 1/5] tools: selftests: riscv: Fix compile warnings in hwprobe

2023-12-15 Thread Alexandre Ghiti
On 23/11/2023 19:58, Christoph Muellner wrote: From: Christoph Müllner GCC prints a couple of format string warnings when compiling the hwprobe test. Let's follow the recommendation in Documentation/printk-formats.txt to fix these warnings. Signed-off-by: Christoph Müllner --- tools/testing

[PATCH 1/5] tools: selftests: riscv: Fix compile warnings in hwprobe

2023-11-23 Thread Christoph Muellner
From: Christoph Müllner GCC prints a couple of format string warnings when compiling the hwprobe test. Let's follow the recommendation in Documentation/printk-formats.txt to fix these warnings. Signed-off-by: Christoph Müllner --- tools/testing/selftests/riscv/hwprobe/hwprobe.c | 4 ++-- 1 fil