lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ