aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/dma/mxs-dma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/mxs-dma.c b/drivers/dma/mxs-dma.c
index bdf4672b2553..d04662e94467 100644
--- a/drivers/dma/mxs-dma.c
+++ b/drivers/dma/mxs-dma.c
@@ -268,7 +268,7 @@ static irqreturn_t mxs_dma_int_handler(int irq, void *dev_id)
268 /* 268 /*
269 * When both completion and error of termination bits set at the 269 * When both completion and error of termination bits set at the
270 * same time, we do not take it as an error. IOW, it only becomes 270 * same time, we do not take it as an error. IOW, it only becomes
271 * an error we need to handler here in case of ether it's (1) an bus 271 * an error we need to handle here in case of either it's (1) a bus
272 * error or (2) a termination error with no completion. 272 * error or (2) a termination error with no completion.
273 */ 273 */
274 stat2 = ((stat2 >> MXS_DMA_CHANNELS) & stat2) | /* (1) */ 274 stat2 = ((stat2 >> MXS_DMA_CHANNELS) & stat2) | /* (1) */