ARM: vexpress: Cleanup cppcheck shifting warning
authorPhong Tran <tranmanphong@gmail.com>
Tue, 25 Jun 2019 04:03:53 +0000 (11:03 +0700)
committerSudeep Holla <sudeep.holla@arm.com>
Wed, 31 Jul 2019 15:36:58 +0000 (16:36 +0100)
commitace4682635db252d40071f62af328c90508cafdd
tree51e7c06e0cefda62f1cee0115ac5b85c509d5a32
parent5f9e832c137075045d15cd6899ab0505cfb2ca4b
ARM: vexpress: Cleanup cppcheck shifting warning

Fix below warning from cppcheck tool using BIT() macro:
"Shifting signed 32-bit value by 31 bits is undefined behaviour errors"

Signed-off-by: Phong Tran <tranmanphong@gmail.com>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
arch/arm/mach-vexpress/spc.c