Merge branch 'next/pm' of git://git.linaro.org/people/arnd/arm-soc
[platform/kernel/linux-arm64.git] / sound / arm / pxa2xx-ac97-lib.c
index 88eec38..8ad6535 100644 (file)
@@ -359,7 +359,7 @@ int __devinit pxa2xx_ac97_hw_probe(struct platform_device *dev)
        if (ret)
                goto err_clk2;
 
-       ret = request_irq(IRQ_AC97, pxa2xx_ac97_irq, IRQF_DISABLED, "AC97", NULL);
+       ret = request_irq(IRQ_AC97, pxa2xx_ac97_irq, 0, "AC97", NULL);
        if (ret < 0)
                goto err_irq;