X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=sound%2Fppc%2Fsnd_ps3.c;h=775bd95d4be6594ceb478c4824e27d4a8c815337;hb=044595d4e448305fbaec472eb7d22636d24e7d8c;hp=bc823a547550c740ab9d7871fc2e401a09d7afbd;hpb=b73077eb03f510a84b102fb97640e595a958403c;p=~andy%2Flinux diff --git a/sound/ppc/snd_ps3.c b/sound/ppc/snd_ps3.c index bc823a54755..775bd95d4be 100644 --- a/sound/ppc/snd_ps3.c +++ b/sound/ppc/snd_ps3.c @@ -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);