On Mon, Dec 20, 2010 at 05:01:53PM +0100, Takashi Iwai wrote: > +#ifdef CONFIG_SPI_MASTER > +static int do_spi_write(struct spi_device *spi, u8 *msg, int len) > +{ This looks a lot like the standard spi_write() function now. Which we probably should've been using anyway but hey ho...