@phongt
Latest commit 6f8f357 Jun 27, 2019 History
There is error from cppcheck tool.
"Shifting signed 32-bit value by 31 bits is undefined behaviour errors"

This error is false positive.
change to use BIT() macro for improvement.

Signed-off-by: Phong Tran <tranmanphong@gmail.com>
Acked-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
9 contributors

Users who have contributed to this file

@willdeacon @bebarino @torvalds @sudeep-holla @gregkh @drewrichardson-arm @phongt @agners @geliangtang