diff options
author | Zhu Jun <zhujun2@cmss.chinamobile.com> | 2024-06-26 11:48:59 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2024-06-27 10:57:14 +0300 |
commit | 5b707581c072bcef086ef4c122a2ea81470a1027 (patch) | |
tree | fd7f1a96ea95f62e741ce19e950fabf4371b8952 /include/sound | |
parent | be8f4de61417c65715a7f7661ce4770414c9a5a0 (diff) | |
download | linux-5b707581c072bcef086ef4c122a2ea81470a1027.tar.xz |
selftests/alsa:Fix printf format string in pcm-test.c
Inside of test_pcm_time() arguments are printed via printf
but '%d' is used to print @flags (of type unsigned int).
Use '%u' instead, just like we do everywhere else.
Signed-off-by: Zhu Jun <zhujun2@cmss.chinamobile.com>
Reviewed-by: Mark Brown <broonie@kernel.org>
Link: https://patch.msgid.link/20240626084859.4350-1-zhujun2@cmss.chinamobile.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/sound')
0 files changed, 0 insertions, 0 deletions