diff options
author | Zhu Jun <zhujun2@cmss.chinamobile.com> | 2024-06-26 01:48:59 -0700 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2024-06-27 09:57:14 +0200 |
commit | 5b707581c072bcef086ef4c122a2ea81470a1027 (patch) | |
tree | fd7f1a96ea95f62e741ce19e950fabf4371b8952 /tools/perf/scripts/python/parallel-perf.py | |
parent | be8f4de61417c65715a7f7661ce4770414c9a5a0 (diff) |
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 'tools/perf/scripts/python/parallel-perf.py')
0 files changed, 0 insertions, 0 deletions