coh901318.c: Change initate to initiate.
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> Acked-by: Linus Walleij <linus.walleij@stericsson.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
74ab0030b5
commit
bc0b44c359
1 changed files with 2 additions and 2 deletions
|
@ -849,7 +849,7 @@ static irqreturn_t dma_irq_handler(int irq, void *dev_id)
|
||||||
|
|
||||||
/* Must clear TC interrupt before calling
|
/* Must clear TC interrupt before calling
|
||||||
* dma_tc_handle
|
* dma_tc_handle
|
||||||
* in case tc_handle initate a new dma job
|
* in case tc_handle initiate a new dma job
|
||||||
*/
|
*/
|
||||||
__set_bit(i, virtbase + COH901318_TC_INT_CLEAR1);
|
__set_bit(i, virtbase + COH901318_TC_INT_CLEAR1);
|
||||||
|
|
||||||
|
@ -894,7 +894,7 @@ static irqreturn_t dma_irq_handler(int irq, void *dev_id)
|
||||||
}
|
}
|
||||||
/* Must clear TC interrupt before calling
|
/* Must clear TC interrupt before calling
|
||||||
* dma_tc_handle
|
* dma_tc_handle
|
||||||
* in case tc_handle initate a new dma job
|
* in case tc_handle initiate a new dma job
|
||||||
*/
|
*/
|
||||||
__set_bit(i, virtbase + COH901318_TC_INT_CLEAR2);
|
__set_bit(i, virtbase + COH901318_TC_INT_CLEAR2);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue