Re: [U-Boot] [PATCH V2 3/6] spi: define SPI_XFER_ONCE

2013-11-12 Thread Anatolij Gustschin
On Wed, 16 Oct 2013 17:23:26 +0300 Nikita Kiryanov wrote: > The flag combination "SPI_XFER_BEGIN | SPI_XFER_END" is a common use > case of spi_xfer, and it can easily cause an already long line (spi_xfer > takes 5 parameters) to go over the 80 character limit. > > define SPI_XFER_ONCE to be a sh

[U-Boot] [PATCH V2 3/6] spi: define SPI_XFER_ONCE

2013-10-16 Thread Nikita Kiryanov
The flag combination "SPI_XFER_BEGIN | SPI_XFER_END" is a common use case of spi_xfer, and it can easily cause an already long line (spi_xfer takes 5 parameters) to go over the 80 character limit. define SPI_XFER_ONCE to be a shorter version of the above flag combination. Cc: Tom Rini Cc: Jagann