Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9492837a authored by Maxim Levitsky's avatar Maxim Levitsky Committed by Takashi Iwai
Browse files

ALSA: cosmetic: make hda intel interrupt name consistent with others



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: default avatarTakashi Iwai <tiwai@suse.de>
parent 1eb6dc7d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)