ALSA: use KBUILD_MODNAME for request_irq argument in sound/pci/*
[deliverable/linux.git] / sound / pci / vx222 / vx222.c
index 371d9d399d25884b7f0e5d62f6a51a98c1d13687..5342d5e1366a30970103c209da2a9b1f78a800e9 100644 (file)
@@ -169,7 +169,7 @@ static int __devinit snd_vx222_create(struct snd_card *card, struct pci_dev *pci
                vx->port[i] = pci_resource_start(pci, i + 1);
 
        if (request_irq(pci->irq, snd_vx_irq_handler, IRQF_SHARED,
-                       CARD_NAME, chip)) {
+                       KBUILD_MODNAME, chip)) {
                snd_printk(KERN_ERR "unable to grab IRQ %d\n", pci->irq);
                snd_vx222_free(chip);
                return -EBUSY;
This page took 0.102549 seconds and 5 git commands to generate.