summaryrefslogtreecommitdiff
path: root/sound/core/rawmidi_compat.c
diff options
context:
space:
mode:
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>2021-05-13 14:11:11 +0300
committerTakashi Iwai <tiwai@suse.de>2021-05-14 10:48:33 +0300
commite73b4c9e7fa7fc8870d472b73a155e891f1f4022 (patch)
tree30a9163816c00ac1825daa13c543f9dddce8882c /sound/core/rawmidi_compat.c
parentd0f5137b1a986de80ed71d9fd141976ef239d2ca (diff)
downloadlinux-e73b4c9e7fa7fc8870d472b73a155e891f1f4022.tar.xz
ALSA: hda: generic: Remove redundant assignment to dac
Variable dac is set to zero, but this value is never read as it is overwritten or not used later on, hence it is a redundant assignment and can be removed. Clean up the following clang-analyzer warning: sound/pci/hda/hda_generic.c:1436:4: warning: Value stored to 'dac' is never read [clang-analyzer-deadcode.DeadStores]. Reported-by: Abaci Robot <abaci@linux.alibaba.com> Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com> Link: https://lore.kernel.org/r/1620904271-76027-1-git-send-email-jiapeng.chong@linux.alibaba.com Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/core/rawmidi_compat.c')
0 files changed, 0 insertions, 0 deletions