linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] ALSA: Minor cleanup for unused variables
@ 2022-09-30 10:38 Chen Zhongjin
  2022-09-30 10:38 ` [PATCH -next 1/4] ALSA: rawmidi: Remove unused variable 'dest_frames' Chen Zhongjin
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Chen Zhongjin @ 2022-09-30 10:38 UTC (permalink / raw)
  To: linux-kernel, alsa-devel
  Cc: perex, tiwai, jayakumar.alsa, chenzhongjin, wangjianli

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-09-30 11:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-30 10:38 [PATCH 0/4] ALSA: Minor cleanup for unused variables Chen Zhongjin
2022-09-30 10:38 ` [PATCH -next 1/4] ALSA: rawmidi: Remove unused variable 'dest_frames' Chen Zhongjin
2022-09-30 10:38 ` [PATCH -next 2/4] ALSA: cs5535audio: Remove unused variable 'loop' Chen Zhongjin
2022-09-30 10:38 ` [PATCH -next 3/4] ALSA: cs5535audio: Remove unused variable 'loop_count' Chen Zhongjin
2022-09-30 10:38 ` [PATCH -next 4/4] ALSA: cs5535audio: Remove unused variable 'desc_addr' Chen Zhongjin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).