ALSA: use KBUILD_MODNAME for request_irq argument in sound/pci/*
[deliverable/linux.git] / sound / pci / hda / hda_intel.c
index 29f1d36d6cb031447ae5e253a50fd01f7b7f15e7..5cc3d07f715f8d583610a01f487e125a9026cb95 100644 (file)
@@ -2149,7 +2149,7 @@ static int azx_acquire_irq(struct azx *chip, int do_disconnect)
 {
        if (request_irq(chip->pci->irq, azx_interrupt,
                        chip->msi ? 0 : IRQF_SHARED,
-                       "hda_intel", chip)) {
+                       KBUILD_MODNAME, chip)) {
                printk(KERN_ERR "hda-intel: unable to grab IRQ %d, "
                       "disabling device\n", chip->pci->irq);
                if (do_disconnect)
This page took 0.02529 seconds and 5 git commands to generate.