Re: [PATCH 2/2] spi: convert drivers to use bits_per_word_mask

From: Arnd Bergmann
Date: Fri May 31 2013 - 17:24:19 EST


On Friday 31 May 2013, Stephen Warren wrote:
> > drivers/spi/spi-pxa2xx.c: In function 'pxa2xx_spi_probe':
> > drivers/spi/spi-pxa2xx.c:1152:3: warning: left shift count >= width of type [enabled by default]
> > master->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 32);
> > ^
>
> That should be fixed by the patches I sent yesterday.

Cool, thanks!

Arnd
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/