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

Chen Zhongjin posted 4 patches 1 year, 6 months ago
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(-)
[PATCH 0/4] ALSA: Minor cleanup for unused variables
Posted by Chen Zhongjin 1 year, 6 months ago
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