ALSA: hda: boolean values to a bool variable
authorJiapeng Zhong <abaci-bugfix@linux.alibaba.com>
Mon, 18 Jan 2021 08:27:49 +0000 (16:27 +0800)
committerTakashi Iwai <tiwai@suse.de>
Sun, 24 Jan 2021 08:12:31 +0000 (09:12 +0100)
commitd15f73315deb45fccbf44c6a4024d430bbb26b0c
treef8d5fc42bdba348bae2d97ad4301f20665be595d
parent85db1cfb13e37d24be225739dc0e2da478dd2c1c
ALSA: hda: boolean values to a bool variable

Fix the following coccicheck warnings:

./sound/pci/hda/patch_conexant.c:570:2-20: WARNING:
Assignment of 0/1 to bool variable.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Zhong <abaci-bugfix@linux.alibaba.com>
Link: https://lore.kernel.org/r/1610958469-65856-1-git-send-email-abaci-bugfix@linux.alibaba.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_conexant.c