ALSA: sound/ppc: Use bitwise instead of arithmetic operator for flags
authorSamuel Zou <zou_wei@huawei.com>
Thu, 7 May 2020 03:54:07 +0000 (11:54 +0800)
committerTakashi Iwai <tiwai@suse.de>
Thu, 7 May 2020 07:06:11 +0000 (09:06 +0200)
commit59f00717bc09cc30cc61c05b1790db430357ced2
tree5a73463e53a975c1ae9ba936447053afcd026bdb
parent79263c3bceb738567ba96bef4940ac58c07a415c
ALSA: sound/ppc: Use bitwise instead of arithmetic operator for flags

Fix the following coccinelle warnings:

sound/ppc/pmac.c:729:57-58: WARNING: sum of probable bitmasks, consider |
sound/ppc/pmac.c:229:37-38: 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/1588823647-12480-1-git-send-email-zou_wei@huawei.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/ppc/pmac.c