aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/fm801.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/fm801.c')
-rw-r--r--sound/pci/fm801.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/fm801.c b/sound/pci/fm801.c
index a7ec7030cf87..f9123f09e83e 100644
--- a/sound/pci/fm801.c
+++ b/sound/pci/fm801.c
@@ -1199,7 +1199,7 @@ static int __devinit snd_fm801_create(struct snd_card *card,
1199 chip->port = pci_resource_start(pci, 0); 1199 chip->port = pci_resource_start(pci, 0);
1200 if ((tea575x_tuner & TUNER_ONLY) == 0) { 1200 if ((tea575x_tuner & TUNER_ONLY) == 0) {
1201 if (request_irq(pci->irq, snd_fm801_interrupt, IRQF_SHARED, 1201 if (request_irq(pci->irq, snd_fm801_interrupt, IRQF_SHARED,
1202 "FM801", chip)) { 1202 KBUILD_MODNAME, chip)) {
1203 snd_printk(KERN_ERR "unable to grab IRQ %d\n", chip->irq); 1203 snd_printk(KERN_ERR "unable to grab IRQ %d\n", chip->irq);
1204 snd_fm801_free(chip); 1204 snd_fm801_free(chip);
1205 return -EBUSY; 1205 return -EBUSY;
@@ -1394,7 +1394,7 @@ static int snd_fm801_resume(struct pci_dev *pci)
1394#endif 1394#endif
1395 1395
1396static struct pci_driver driver = { 1396static struct pci_driver driver = {
1397 .name = "FM801", 1397 .name = KBUILD_MODNAME,
1398 .id_table = snd_fm801_ids, 1398 .id_table = snd_fm801_ids,
1399 .probe = snd_card_fm801_probe, 1399 .probe = snd_card_fm801_probe,
1400 .remove = __devexit_p(snd_card_fm801_remove), 1400 .remove = __devexit_p(snd_card_fm801_remove),