diff options
Diffstat (limited to 'drivers/spi/spi-omap2-mcspi.c')
-rw-r--r-- | drivers/spi/spi-omap2-mcspi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/spi/spi-omap2-mcspi.c b/drivers/spi/spi-omap2-mcspi.c index 2fd8881fcd65..8be304379628 100644 --- a/drivers/spi/spi-omap2-mcspi.c +++ b/drivers/spi/spi-omap2-mcspi.c | |||
@@ -623,8 +623,8 @@ omap2_mcspi_txrx_dma(struct spi_device *spi, struct spi_transfer *xfer) | |||
623 | cfg.dst_addr = cs->phys + OMAP2_MCSPI_TX0; | 623 | cfg.dst_addr = cs->phys + OMAP2_MCSPI_TX0; |
624 | cfg.src_addr_width = width; | 624 | cfg.src_addr_width = width; |
625 | cfg.dst_addr_width = width; | 625 | cfg.dst_addr_width = width; |
626 | cfg.src_maxburst = es; | 626 | cfg.src_maxburst = 1; |
627 | cfg.dst_maxburst = es; | 627 | cfg.dst_maxburst = 1; |
628 | 628 | ||
629 | rx = xfer->rx_buf; | 629 | rx = xfer->rx_buf; |
630 | tx = xfer->tx_buf; | 630 | tx = xfer->tx_buf; |