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: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
1eb6dc7dab
commit
9492837a6f
|
@ -2058,7 +2058,7 @@ static int azx_acquire_irq(struct azx *chip, int do_disconnect)
|
||||||
{
|
{
|
||||||
if (request_irq(chip->pci->irq, azx_interrupt,
|
if (request_irq(chip->pci->irq, azx_interrupt,
|
||||||
chip->msi ? 0 : IRQF_SHARED,
|
chip->msi ? 0 : IRQF_SHARED,
|
||||||
"HDA Intel", chip)) {
|
"hda_intel", chip)) {
|
||||||
printk(KERN_ERR "hda-intel: unable to grab IRQ %d, "
|
printk(KERN_ERR "hda-intel: unable to grab IRQ %d, "
|
||||||
"disabling device\n", chip->pci->irq);
|
"disabling device\n", chip->pci->irq);
|
||||||
if (do_disconnect)
|
if (do_disconnect)
|
||||||
|
|
Loading…
Reference in New Issue