linux/tools/testing/selftests/alsa
LeeYongjun 1deecf7805 selftests: ALSA: Remove unused variable in utimer-test
The variable 'i' in wrong_timers_test() is declared but never used.
This was detected by Cppcheck static analysis.

tools/testing/selftests/alsa/utimer-test.c:144:9: style: Unused variable: i [unusedVariable]

Remove it to clean up the code and silence the warning.

Signed-off-by: LeeYongjun <jun85566@gmail.com>
Link: https://patch.msgid.link/20260118065510.29644-1-jun85566@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2026-01-19 09:12:59 +01:00
..
conf.d
.gitignore
Makefile
alsa-local.h
conf.c Significant patch series in this pull request: 2025-12-06 14:01:20 -08:00
global-timer.c
mixer-test.c selftests: complete kselftest include centralization 2025-11-27 14:24:31 -08:00
pcm-test.c selftests: complete kselftest include centralization 2025-11-27 14:24:31 -08:00
pcm-test.conf
test-pcmtest-driver.c selftests: complete kselftest include centralization 2025-11-27 14:24:31 -08:00
utimer-test.c selftests: ALSA: Remove unused variable in utimer-test 2026-01-19 09:12:59 +01:00