ALSA: use KBUILD_MODNAME for request_irq argument in sound/pci/*
[pandora-kernel.git] / sound / pci / ca0106 / ca0106_main.c
index 6207875..061b7e6 100644 (file)
@@ -1666,7 +1666,7 @@ static int __devinit snd_ca0106_create(int dev, struct snd_card *card,
        }
 
        if (request_irq(pci->irq, snd_ca0106_interrupt,
-                       IRQF_SHARED, "snd_ca0106", chip)) {
+                       IRQF_SHARED, KBUILD_MODNAME, chip)) {
                snd_ca0106_free(chip);
                printk(KERN_ERR "cannot grab irq\n");
                return -EBUSY;