On Mon, Jun 24, 2019 at 08:51:00PM +0700, Phong Tran wrote: > [arch/arm/mach-orion5x/pci.c:281]: (error) Shifting signed 32-bit value > by 31 bits is undefined behaviour > [arch/arm/mach-orion5x/pci.c:305]: (error) Shifting signed 32-bit value > by 31 bits is undefined behaviour > > Signed-off-by: Phong Tran <tranmanphong@xxxxxxxxx> > Reviewed-by: Andrew Lunn <andrew@xxxxxxx> Thanks for swapping to the BIT macro. Andrew