Skip to content

Commit

Permalink
[ARM] msm: dma: disable_irq -> disable_irq_nosync
Browse files Browse the repository at this point in the history
Signed-off-by: Arve Hjønnevåg <arve@android.com>
  • Loading branch information
Arve Hjønnevåg authored and Daniel Walker committed May 12, 2010
1 parent 5f5d585 commit a6407dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-msm/dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ static irqreturn_t msm_datamover_irq_handler(int irq, void *dev_id)
}

if (!channel_active)
disable_irq(INT_ADM_AARM);
disable_irq_nosync(INT_ADM_AARM);

spin_unlock_irqrestore(&msm_dmov_lock, irq_flags);
return IRQ_HANDLED;
Expand Down

0 comments on commit a6407dd

Please sign in to comment.