Re: [PATCH] ALSA: hda: Assign boolean values to a bool variable

2021-01-25 Thread Takashi Iwai
On Mon, 25 Jan 2021 08:17:27 +0100, Jiapeng Zhong wrote: > > Fix the following coccicheck warnings: > > ./sound/pci/hda/hda_intel.c:2309:3-23: WARNING: Assignment of > 0/1 to bool variable. > > Reported-by: Abaci Robot > Signed-off-by: Jiapeng Zhong Thanks, applied now. But if you have some

[PATCH] ALSA: hda: Assign boolean values to a bool variable

2021-01-24 Thread Jiapeng Zhong
Fix the following coccicheck warnings: ./sound/pci/hda/hda_intel.c:2309:3-23: WARNING: Assignment of 0/1 to bool variable. Reported-by: Abaci Robot Signed-off-by: Jiapeng Zhong --- sound/pci/hda/hda_intel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/pci/hda/hda_i