]> Pileus Git - ~andy/linux/blobdiff - sound/ppc/snd_ps3.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next
[~andy/linux] / sound / ppc / snd_ps3.c
index bc823a547550c740ab9d7871fc2e401a09d7afbd..775bd95d4be6594ceb478c4824e27d4a8c815337 100644 (file)
@@ -845,7 +845,7 @@ static int __devinit snd_ps3_allocate_irq(void)
                return ret;
        }
 
-       ret = request_irq(the_card.irq_no, snd_ps3_interrupt, IRQF_DISABLED,
+       ret = request_irq(the_card.irq_no, snd_ps3_interrupt, 0,
                          SND_PS3_DRIVER_NAME, &the_card);
        if (ret) {
                pr_info("%s: request_irq failed (%d)\n", __func__, ret);