OSDN Git Service

ALSA: cs5535audio: Remove the redundant assignment
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Mon, 7 Nov 2022 06:35:54 +0000 (14:35 +0800)
committerTakashi Iwai <tiwai@suse.de>
Mon, 7 Nov 2022 08:16:31 +0000 (09:16 +0100)
commitd59b6f215aa8bf52f36f72235752177fb79cf5b3
tree06d120638378b06521e7f90e679bf16de3366b3f
parent2b4e275b92b82850c65b6252bfe4740f1c7f4173
ALSA: cs5535audio: Remove the redundant assignment

Variable 'desc_addr' set but not used.

sound/pci/cs5535audio/cs5535audio_pcm.c:113:12: warning: variable 'desc_addr' set but not used.

Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=2739
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Link: https://lore.kernel.org/r/20221107063554.17933-1-jiapeng.chong@linux.alibaba.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/cs5535audio/cs5535audio_pcm.c