aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_intel.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/hda/hda_intel.c')
-rw-r--r--sound/pci/hda/hda_intel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index 29f1d36d6cb0..5cc3d07f715f 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -2149,7 +2149,7 @@ static int azx_acquire_irq(struct azx *chip, int do_disconnect)
2149{ 2149{
2150 if (request_irq(chip->pci->irq, azx_interrupt, 2150 if (request_irq(chip->pci->irq, azx_interrupt,
2151 chip->msi ? 0 : IRQF_SHARED, 2151 chip->msi ? 0 : IRQF_SHARED,
2152 "hda_intel", chip)) { 2152 KBUILD_MODNAME, chip)) {
2153 printk(KERN_ERR "hda-intel: unable to grab IRQ %d, " 2153 printk(KERN_ERR "hda-intel: unable to grab IRQ %d, "
2154 "disabling device\n", chip->pci->irq); 2154 "disabling device\n", chip->pci->irq);
2155 if (do_disconnect) 2155 if (do_disconnect)