aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/atiixp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/atiixp.c')
-rw-r--r--sound/pci/atiixp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/atiixp.c b/sound/pci/atiixp.c
index 3119cd97a217..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;
@@ -1701,7 +1701,7 @@ static void __devexit snd_atiixp_remove(struct pci_dev *pci)
1701} 1701}
1702 1702
1703static struct pci_driver driver = { 1703static struct pci_driver driver = {
1704 .name = "ATI IXP AC97 controller", 1704 .name = KBUILD_MODNAME,
1705 .id_table = snd_atiixp_ids, 1705 .id_table = snd_atiixp_ids,
1706 .probe = snd_atiixp_probe, 1706 .probe = snd_atiixp_probe,
1707 .remove = __devexit_p(snd_atiixp_remove), 1707 .remove = __devexit_p(snd_atiixp_remove),