diff options
Diffstat (limited to 'sound/ppc')
-rw-r--r-- | sound/ppc/snd_ps3.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
845 | return ret; | 845 | return ret; |
846 | } | 846 | } |
847 | 847 | ||
848 | ret = request_irq(the_card.irq_no, snd_ps3_interrupt, IRQF_DISABLED, | 848 | ret = request_irq(the_card.irq_no, snd_ps3_interrupt, 0, |
849 | SND_PS3_DRIVER_NAME, &the_card); | 849 | SND_PS3_DRIVER_NAME, &the_card); |
850 | if (ret) { | 850 | if (ret) { |
851 | pr_info("%s: request_irq failed (%d)\n", __func__, ret); | 851 | pr_info("%s: request_irq failed (%d)\n", __func__, ret); |