Re: [PATCH v2 4/4] kselftest/alsa - conf: Stringify the printed errno in sysfs_get()

2024-01-08 Thread Mirsad Goran Todorovac
On 1/8/2024 6:37 PM, Mark Brown wrote: On Sun, Jan 07, 2024 at 06:37:08PM +0100, Mirsad Todorovac wrote: GCC 13.2.0 reported the warning of the print format specifier: Acked-by: Mark Brown Thank you very much for the review. I guess now patchwork will do the rest required. Thanks, Mirsad

Re: [PATCH v2 4/4] kselftest/alsa - conf: Stringify the printed errno in sysfs_get()

2024-01-08 Thread Mark Brown
On Sun, Jan 07, 2024 at 06:37:08PM +0100, Mirsad Todorovac wrote: > GCC 13.2.0 reported the warning of the print format specifier: Acked-by: Mark Brown signature.asc Description: PGP signature

[PATCH v2 4/4] kselftest/alsa - conf: Stringify the printed errno in sysfs_get()

2024-01-07 Thread Mirsad Todorovac
GCC 13.2.0 reported the warning of the print format specifier: conf.c: In function ‘sysfs_get’: conf.c:181:72: warning: format ‘%s’ expects argument of type ‘char *’, \ but argument 3 has type ‘int’ [-Wformat=] 181 | ksft_exit_fail_msg("sysfs: unable to re