diff options
Diffstat (limited to 'sound/sparc/amd7930.c')
-rw-r--r-- | sound/sparc/amd7930.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/sparc/amd7930.c b/sound/sparc/amd7930.c index ad7d4d7d9237..f036776380b5 100644 --- a/sound/sparc/amd7930.c +++ b/sound/sparc/amd7930.c | |||
@@ -962,7 +962,7 @@ static int __devinit snd_amd7930_create(struct snd_card *card, | |||
962 | amd7930_idle(amd); | 962 | amd7930_idle(amd); |
963 | 963 | ||
964 | if (request_irq(irq, snd_amd7930_interrupt, | 964 | if (request_irq(irq, snd_amd7930_interrupt, |
965 | IRQF_DISABLED | IRQF_SHARED, "amd7930", amd)) { | 965 | IRQF_SHARED, "amd7930", amd)) { |
966 | snd_printk(KERN_ERR "amd7930-%d: Unable to grab IRQ %d\n", | 966 | snd_printk(KERN_ERR "amd7930-%d: Unable to grab IRQ %d\n", |
967 | dev, irq); | 967 | dev, irq); |
968 | snd_amd7930_free(amd); | 968 | snd_amd7930_free(amd); |