]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
ALSA: cosmetic: make hda intel interrupt name consistent with others
authorMaxim Levitsky <maximlevitsky@gmail.com>
Thu, 4 Feb 2010 20:26:37 +0000 (22:26 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 5 Feb 2010 08:08:14 +0000 (09:08 +0100)
This renames the interrupt name in /proc/interrupt.
HDA Intel -> hda_intel

This also eliminates space from the name, probably helping some
parsers.
Don't think anybody depends on this name in userspace

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_intel.c

index d853e2c33bb7906d4e3b8a668693f4a6fda51535..b8faa6dc5abef5ba38d1d1bd1047d645cc203d69 100644 (file)
@@ -2058,7 +2058,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)) {
+                       "hda_intel", chip)) {
                printk(KERN_ERR "hda-intel: unable to grab IRQ %d, "
                       "disabling device\n", chip->pci->irq);
                if (do_disconnect)