commit | 6f8f3570f27993226862681e3b0d88aaa8d7e5bf | [log] [tgz] |
---|---|---|
author | Phong Tran <tranmanphong@gmail.com> | Thu Jun 27 16:37:24 2019 +0100 |
committer | Russell King <rmk+kernel@armlinux.org.uk> | Fri Aug 23 11:38:46 2019 +0100 |
tree | 6d4955a7306e6308df60039400d16e9345ca7edc | |
parent | fb2eca315d92ab269e76be0595538a9ea0c93bc6 [diff] |
ARM: 8873/1: perf: cleanup cppcheck shifting warning 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>