Re: [PATCH 06/15] ARM: imx: cleanup cppcheck shifting errors
On Sun, Jun 23, 2019 at 10:13:04PM +0700, Phong Tran wrote: > [arch/arm/mach-imx/iomux-mx3.h:93]: (error) Shifting signed 32-bit value > by 31 bits is undefined behaviour > > Signed-off-by: Phong Tran Applied, thanks.
[PATCH 06/15] ARM: imx: cleanup cppcheck shifting errors
[arch/arm/mach-imx/iomux-mx3.h:93]: (error) Shifting signed 32-bit value by 31 bits is undefined behaviour Signed-off-by: Phong Tran --- arch/arm/mach-imx/iomux-mx3.h | 64 +-- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/arch/arm/mach-i