OSDN Git Service

ALSA: asihpi: remove variable loops
authorColin Ian King <colin.i.king@gmail.com>
Mon, 24 Oct 2022 13:08:03 +0000 (14:08 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 24 Oct 2022 14:01:33 +0000 (16:01 +0200)
commit2b4e275b92b82850c65b6252bfe4740f1c7f4173
tree61b6ec5e1f24a4374263d5ba8a00a51bd08091e4
parent72457b3abb0c070f73b4a5311d7223cc23d6c6d7
ALSA: asihpi: remove variable loops

Variable loops is just being incremented and it's never used
anywhere else. The variable and the increment are redundant so
remove it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Link: https://lore.kernel.org/r/20221024130803.2156295-1-colin.i.king@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/asihpi/asihpi.c