]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
selftests: ALSA: Remove unused variable in utimer-test
authorLeeYongjun <jun85566@gmail.com>
Sun, 18 Jan 2026 06:55:10 +0000 (15:55 +0900)
committerTakashi Iwai <tiwai@suse.de>
Mon, 19 Jan 2026 08:12:59 +0000 (09:12 +0100)
commit1deecf7805f16cbcb3541cc57d8478b8b992a2ab
tree3f3bc22d15893913633afdbc14a7a47f93cbf7fa
parent49985bc466b51af88d534485631c8cd8c9c65f43
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>
tools/testing/selftests/alsa/utimer-test.c