commit | 5b707581c072bcef086ef4c122a2ea81470a1027 | [log] [tgz] |
---|---|---|
author | Zhu Jun <zhujun2@cmss.chinamobile.com> | Wed Jun 26 01:48:59 2024 -0700 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Jun 27 09:57:14 2024 +0200 |
tree | fd7f1a96ea95f62e741ce19e950fabf4371b8952 | |
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>