diff options
Diffstat (limited to 'sound/pci/atiixp.c')
-rw-r--r-- | sound/pci/atiixp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/atiixp.c b/sound/pci/atiixp.c index 550b574b4734..537e0a2cc68a 100644 --- a/sound/pci/atiixp.c +++ b/sound/pci/atiixp.c | |||
@@ -1624,7 +1624,7 @@ static int __devinit snd_atiixp_create(struct snd_card *card, | |||
1624 | } | 1624 | } |
1625 | 1625 | ||
1626 | if (request_irq(pci->irq, snd_atiixp_interrupt, IRQF_SHARED, | 1626 | if (request_irq(pci->irq, snd_atiixp_interrupt, IRQF_SHARED, |
1627 | card->shortname, chip)) { | 1627 | KBUILD_MODNAME, chip)) { |
1628 | snd_printk(KERN_ERR "unable to grab IRQ %d\n", pci->irq); | 1628 | snd_printk(KERN_ERR "unable to grab IRQ %d\n", pci->irq); |
1629 | snd_atiixp_free(chip); | 1629 | snd_atiixp_free(chip); |
1630 | return -EBUSY; | 1630 | return -EBUSY; |