diff options
Diffstat (limited to 'arch/sh/drivers/dma/dma-sh.c')
| -rw-r--r-- | arch/sh/drivers/dma/dma-sh.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sh/drivers/dma/dma-sh.c b/arch/sh/drivers/dma/dma-sh.c index fecd8f8d0466..e028a2d2a4ea 100644 --- a/arch/sh/drivers/dma/dma-sh.c +++ b/arch/sh/drivers/dma/dma-sh.c | |||
| @@ -90,7 +90,7 @@ static int sh_dmac_request_dma(struct dma_channel *chan) | |||
| 90 | chan->chan); | 90 | chan->chan); |
| 91 | 91 | ||
| 92 | return request_irq(get_dmte_irq(chan->chan), dma_tei, | 92 | return request_irq(get_dmte_irq(chan->chan), dma_tei, |
| 93 | SA_INTERRUPT, name, chan); | 93 | IRQF_DISABLED, name, chan); |
| 94 | } | 94 | } |
| 95 | 95 | ||
| 96 | static void sh_dmac_free_dma(struct dma_channel *chan) | 96 | static void sh_dmac_free_dma(struct dma_channel *chan) |
| @@ -258,7 +258,7 @@ static int __init sh_dmac_init(void) | |||
| 258 | 258 | ||
| 259 | #ifdef CONFIG_CPU_SH4 | 259 | #ifdef CONFIG_CPU_SH4 |
| 260 | make_ipr_irq(DMAE_IRQ, DMA_IPR_ADDR, DMA_IPR_POS, DMA_PRIORITY); | 260 | make_ipr_irq(DMAE_IRQ, DMA_IPR_ADDR, DMA_IPR_POS, DMA_PRIORITY); |
| 261 | i = request_irq(DMAE_IRQ, dma_err, SA_INTERRUPT, "DMAC Address Error", 0); | 261 | i = request_irq(DMAE_IRQ, dma_err, IRQF_DISABLED, "DMAC Address Error", 0); |
| 262 | if (i < 0) | 262 | if (i < 0) |
| 263 | return i; | 263 | return i; |
| 264 | #endif | 264 | #endif |
