]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
powerpc/sstep: Use bitwise instead of arithmetic operator for flags
authorYang Li <yang.lee@linux.alibaba.com>
Sat, 20 Feb 2021 08:57:35 +0000 (16:57 +0800)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 2 May 2022 13:02:15 +0000 (23:02 +1000)
commit9923a6dace1682518efe4aa872cc317fa43c2a55
treef3cbf0a93368e1206bbcb6cc7918337b5b7eb4c9
parent22f8e625ebabd7ed3185b82b44b4f12fc0402113
powerpc/sstep: Use bitwise instead of arithmetic operator for flags

Fix the following coccinelle warnings:
./arch/powerpc/lib/sstep.c:1090:20-21: WARNING: sum of probable
bitmasks, consider |
./arch/powerpc/lib/sstep.c:1115:20-21: WARNING: sum of probable
bitmasks, consider |
./arch/powerpc/lib/sstep.c:1134:20-21: WARNING: sum of probable
bitmasks, consider |

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/1613811455-2457-1-git-send-email-yang.lee@linux.alibaba.com
arch/powerpc/lib/sstep.c