On Fri, Aug 1, 2014 at 6:48 PM, Mark Brown <[email protected]> wrote:
> From: Mark Brown <[email protected]> > > When building on 64 bit architectures the use of bitwise negation generates > constants larger than 32 bits which won't fit in u32s used to represent > 32 bit register values on the device. Explicitly cast to let the compiler > know that the higher bits are not significant and can be discarded. > > Signed-off-by: Mark Brown <[email protected]> Reviewed-by: Linus Walleij <[email protected]> Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-spi" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
