diff options
| -rw-r--r-- | drivers/dma/coh901318.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/dma/coh901318.c b/drivers/dma/coh901318.c index a6656834f0ff..00deabd9a04b 100644 --- a/drivers/dma/coh901318.c +++ b/drivers/dma/coh901318.c | |||
| @@ -849,7 +849,7 @@ static irqreturn_t dma_irq_handler(int irq, void *dev_id) | |||
| 849 | 849 | ||
| 850 | /* Must clear TC interrupt before calling | 850 | /* Must clear TC interrupt before calling |
| 851 | * dma_tc_handle | 851 | * dma_tc_handle |
| 852 | * in case tc_handle initate a new dma job | 852 | * in case tc_handle initiate a new dma job |
| 853 | */ | 853 | */ |
| 854 | __set_bit(i, virtbase + COH901318_TC_INT_CLEAR1); | 854 | __set_bit(i, virtbase + COH901318_TC_INT_CLEAR1); |
| 855 | 855 | ||
| @@ -894,7 +894,7 @@ static irqreturn_t dma_irq_handler(int irq, void *dev_id) | |||
| 894 | } | 894 | } |
| 895 | /* Must clear TC interrupt before calling | 895 | /* Must clear TC interrupt before calling |
| 896 | * dma_tc_handle | 896 | * dma_tc_handle |
| 897 | * in case tc_handle initate a new dma job | 897 | * in case tc_handle initiate a new dma job |
| 898 | */ | 898 | */ |
| 899 | __set_bit(i, virtbase + COH901318_TC_INT_CLEAR2); | 899 | __set_bit(i, virtbase + COH901318_TC_INT_CLEAR2); |
| 900 | 900 | ||
