ARC: bitops: Remove unecessary operation and value
authorGustavo Pimentel <gustavo.pimentel@synopsys.com>
Wed, 21 Oct 2020 21:12:20 +0000 (23:12 +0200)
committerVineet Gupta <vgupta@synopsys.com>
Wed, 18 Nov 2020 04:10:21 +0000 (20:10 -0800)
commit78aec9bb1f3c79e4570eb50260d6320063f823a2
tree66f93ecfbe10ed8f2778bc0c3ee07dd2a557384e
parent3b57533b460c8dc22a432684b7e8d22571f34d2e
ARC: bitops: Remove unecessary operation and value

The 1-bit shift rotation to the left on x variable located on
4   last if statement can be removed because the computed value is will
not be used afront.

Signed-off-by: Gustavo Pimentel <gustavo.pimentel@synopsys.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/include/asm/bitops.h