diff options
Diffstat (limited to 'sound/pci/ymfpci/ymfpci_main.c')
| -rw-r--r-- | sound/pci/ymfpci/ymfpci_main.c | 2 | 
1 files changed, 1 insertions, 1 deletions
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,  		return -EBUSY;  	}  	if (request_irq(pci->irq, snd_ymfpci_interrupt, IRQF_SHARED, -			"YMFPCI", chip)) { +			KBUILD_MODNAME, chip)) {  		snd_printk(KERN_ERR "unable to grab IRQ %d\n", pci->irq);  		snd_ymfpci_free(chip);  		return -EBUSY;  |