Re: [PATCH] kselftest: alsa: fixed a print formatting warning

2023-12-18 Thread Takashi Iwai
On Sun, 17 Dec 2023 09:00:19 +0100, Ghanshyam Agrawal wrote: > > A statement used %d print formatter where %s should have > been used. The same has been fixed in this commit. > > Signed-off-by: Ghanshyam Agrawal Thanks, applied now. Takashi

[PATCH] kselftest: alsa: fixed a print formatting warning

2023-12-17 Thread Ghanshyam Agrawal
A statement used %d print formatter where %s should have been used. The same has been fixed in this commit. Signed-off-by: Ghanshyam Agrawal --- tools/testing/selftests/alsa/mixer-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testing/selftests/alsa/mixer-test.c