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
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