[PATCH 0/4] ALSA: Minor cleanup for unused variables

From: Chen Zhongjin
Date: Fri Sep 30 2022 - 07:06:52 EST


This patch set contains some cleanups that removes unused variables.
Reported by Clang [-Wunused-but-set-variable]

Some of them are forgotten to deleted and some are never used since the
beginning.

Chen Zhongjin (4):
ALSA: rawmidi: Remove unused variable 'dest_frames'
ALSA: cs5535audio: Remove unused variable 'loop'
ALSA: cs5535audio: Remove unused variable 'loop_count'
ALSA: cs5535audio: Remove unused variable 'desc_addr'

sound/core/rawmidi.c | 2 --
sound/pci/asihpi/asihpi.c | 2 --
sound/pci/asihpi/hpi6000.c | 2 --
sound/pci/cs5535audio/cs5535audio_pcm.c | 4 +---
4 files changed, 1 insertion(+), 9 deletions(-)

--
2.17.1