ALSA: use KBUILD_MODNAME for request_irq argument in sound/pci/*
[deliverable/linux.git] / sound / pci / pcxhr / pcxhr.c
index cb215a01ebb63171673e94823dde4c0310a216cd..046578d26f982eab05a1b9e1478433fce60f012d 100644 (file)
@@ -1501,7 +1501,7 @@ static int __devinit pcxhr_probe(struct pci_dev *pci,
        mgr->irq = -1;
 
        if (request_irq(pci->irq, pcxhr_interrupt, IRQF_SHARED,
-                       card_name, mgr)) {
+                       KBUILD_MODNAME, mgr)) {
                snd_printk(KERN_ERR "unable to grab IRQ %d\n", pci->irq);
                pcxhr_free(mgr);
                return -EBUSY;
This page took 0.039544 seconds and 5 git commands to generate.