commit | 59f00717bc09cc30cc61c05b1790db430357ced2 | [log] [tgz] |
---|---|---|
author | Samuel Zou <zou_wei@huawei.com> | Thu May 07 11:54:07 2020 +0800 |
committer | Takashi Iwai <tiwai@suse.de> | Thu May 07 09:06:11 2020 +0200 |
tree | 5a73463e53a975c1ae9ba936447053afcd026bdb | |
parent | 79263c3bceb738567ba96bef4940ac58c07a415c [diff] |
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>