On Fri, Feb 22, 2013 at 10:26 AM, Christophe Leroy <[email protected]> wrote:
> This patch allows the use of the MAX730x Driver on systems using > the Open Firmware platform format > > Signed-off-by: Patrick Vasseur <[email protected]> > Signed-off-by: Christophe Leroy <[email protected]> (...) > /* bits_per_word cannot be configured in platform data */ > - spi->bits_per_word = 16; > + if (spi->dev.platform_data) > + spi->bits_per_word = 16; What about just fixing so you *can* specify that instead? The comment looks more like a FIXME to me. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

