diff options
Diffstat (limited to 'sound/pci/ymfpci')
-rw-r--r-- | sound/pci/ymfpci/ymfpci.c | 2 | ||||
-rw-r--r-- | sound/pci/ymfpci/ymfpci_main.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/ymfpci/ymfpci.c b/sound/pci/ymfpci/ymfpci.c index 80c68211338..511d5765312 100644 --- a/sound/pci/ymfpci/ymfpci.c +++ b/sound/pci/ymfpci/ymfpci.c | |||
@@ -345,7 +345,7 @@ static void __devexit snd_card_ymfpci_remove(struct pci_dev *pci) | |||
345 | } | 345 | } |
346 | 346 | ||
347 | static struct pci_driver driver = { | 347 | static struct pci_driver driver = { |
348 | .name = "Yamaha DS-1 PCI", | 348 | .name = KBUILD_MODNAME, |
349 | .id_table = snd_ymfpci_ids, | 349 | .id_table = snd_ymfpci_ids, |
350 | .probe = snd_card_ymfpci_probe, | 350 | .probe = snd_card_ymfpci_probe, |
351 | .remove = __devexit_p(snd_card_ymfpci_remove), | 351 | .remove = __devexit_p(snd_card_ymfpci_remove), |
diff --git a/sound/pci/ymfpci/ymfpci_main.c b/sound/pci/ymfpci/ymfpci_main.c index c94c051ad0c..f3260e658b8 100644 --- a/sound/pci/ymfpci/ymfpci_main.c +++ b/sound/pci/ymfpci/ymfpci_main.c | |||
@@ -2380,7 +2380,7 @@ int __devinit snd_ymfpci_create(struct snd_card *card, | |||
2380 | return -EBUSY; | 2380 | return -EBUSY; |
2381 | } | 2381 | } |
2382 | if (request_irq(pci->irq, snd_ymfpci_interrupt, IRQF_SHARED, | 2382 | if (request_irq(pci->irq, snd_ymfpci_interrupt, IRQF_SHARED, |
2383 | "YMFPCI", chip)) { | 2383 | KBUILD_MODNAME, chip)) { |
2384 | snd_printk(KERN_ERR "unable to grab IRQ %d\n", pci->irq); | 2384 | snd_printk(KERN_ERR "unable to grab IRQ %d\n", pci->irq); |
2385 | snd_ymfpci_free(chip); | 2385 | snd_ymfpci_free(chip); |
2386 | return -EBUSY; | 2386 | return -EBUSY; |