aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/rme9652/rme9652.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/rme9652/rme9652.c')
-rw-r--r--sound/pci/rme9652/rme9652.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/rme9652/rme9652.c b/sound/pci/rme9652/rme9652.c
index c492af5b25f..1c7bc1ef818 100644
--- a/sound/pci/rme9652/rme9652.c
+++ b/sound/pci/rme9652/rme9652.c
@@ -2479,7 +2479,7 @@ static int __devinit snd_rme9652_create(struct snd_card *card,
2479 } 2479 }
2480 2480
2481 if (request_irq(pci->irq, snd_rme9652_interrupt, IRQF_SHARED, 2481 if (request_irq(pci->irq, snd_rme9652_interrupt, IRQF_SHARED,
2482 "rme9652", rme9652)) { 2482 KBUILD_MODNAME, rme9652)) {
2483 snd_printk(KERN_ERR "unable to request IRQ %d\n", pci->irq); 2483 snd_printk(KERN_ERR "unable to request IRQ %d\n", pci->irq);
2484 return -EBUSY; 2484 return -EBUSY;
2485 } 2485 }
@@ -2632,7 +2632,7 @@ static void __devexit snd_rme9652_remove(struct pci_dev *pci)
2632} 2632}
2633 2633
2634static struct pci_driver driver = { 2634static struct pci_driver driver = {
2635 .name = "RME Digi9652 (Hammerfall)", 2635 .name = KBUILD_MODNAME,
2636 .id_table = snd_rme9652_ids, 2636 .id_table = snd_rme9652_ids,
2637 .probe = snd_rme9652_probe, 2637 .probe = snd_rme9652_probe,
2638 .remove = __devexit_p(snd_rme9652_remove), 2638 .remove = __devexit_p(snd_rme9652_remove),