diff options
Diffstat (limited to 'drivers/spi/spi-au1550.c')
-rw-r--r-- | drivers/spi/spi-au1550.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi-au1550.c b/drivers/spi/spi-au1550.c index 5784c8799616..4de66d1cfe51 100644 --- a/drivers/spi/spi-au1550.c +++ b/drivers/spi/spi-au1550.c | |||
@@ -475,7 +475,7 @@ static irqreturn_t au1550_spi_dma_irq_callback(struct au1550_spi *hw) | |||
475 | /* | 475 | /* |
476 | * due to an spi error we consider transfer as done, | 476 | * due to an spi error we consider transfer as done, |
477 | * so mask all events until before next transfer start | 477 | * so mask all events until before next transfer start |
478 | * and stop the possibly running dma immediatelly | 478 | * and stop the possibly running dma immediately |
479 | */ | 479 | */ |
480 | au1550_spi_mask_ack_all(hw); | 480 | au1550_spi_mask_ack_all(hw); |
481 | au1xxx_dbdma_stop(hw->dma_rx_ch); | 481 | au1xxx_dbdma_stop(hw->dma_rx_ch); |