[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220930103836.104113-1-chenzhongjin@huawei.com>
Date: Fri, 30 Sep 2022 18:38:32 +0800
From: Chen Zhongjin <chenzhongjin@...wei.com>
To: <linux-kernel@...r.kernel.org>, <alsa-devel@...a-project.org>
CC: <perex@...ex.cz>, <tiwai@...e.com>, <jayakumar.alsa@...il.com>,
<chenzhongjin@...wei.com>, <wangjianli@...rlc.com>
Subject: [PATCH 0/4] ALSA: Minor cleanup for unused variables
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
Powered by blists - more mailing lists