ALSA: portman2x4: Use bitwise instead of arithmetic operator for flags
authorSamuel Zou <zou_wei@huawei.com>
Thu, 7 May 2020 06:48:55 +0000 (14:48 +0800)
committerTakashi Iwai <tiwai@suse.de>
Thu, 7 May 2020 07:07:15 +0000 (09:07 +0200)
commit28a04aa3ba6046028036d68eab6b9f3f91b47e4e
tree2ed7cff39cf0bcd9339c299593d487eb56ebfab2
parent59f00717bc09cc30cc61c05b1790db430357ced2
ALSA: portman2x4: Use bitwise instead of arithmetic operator for flags

Fix the following coccinelle warning:

sound/drivers/portman2x4.c:460:34-35: WARNING: sum of probable bitmasks, consider |

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Samuel Zou <zou_wei@huawei.com>
Link: https://lore.kernel.org/r/1588834135-14842-1-git-send-email-zou_wei@huawei.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/drivers/portman2x4.c