diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/spi/spi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/spi/spi.h b/include/linux/spi/spi.h index 27a882978c15..77b529e418d5 100644 --- a/include/linux/spi/spi.h +++ b/include/linux/spi/spi.h | |||
| @@ -576,8 +576,8 @@ struct spi_transfer { | |||
| 576 | dma_addr_t rx_dma; | 576 | dma_addr_t rx_dma; |
| 577 | 577 | ||
| 578 | unsigned cs_change:1; | 578 | unsigned cs_change:1; |
| 579 | u8 tx_nbits; | 579 | unsigned tx_nbits:3; |
| 580 | u8 rx_nbits; | 580 | unsigned rx_nbits:3; |
| 581 | #define SPI_NBITS_SINGLE 0x01 /* 1bit transfer */ | 581 | #define SPI_NBITS_SINGLE 0x01 /* 1bit transfer */ |
| 582 | #define SPI_NBITS_DUAL 0x02 /* 2bits transfer */ | 582 | #define SPI_NBITS_DUAL 0x02 /* 2bits transfer */ |
| 583 | #define SPI_NBITS_QUAD 0x04 /* 4bits transfer */ | 583 | #define SPI_NBITS_QUAD 0x04 /* 4bits transfer */ |
