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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index 486f6deb3ee..5cc3d07f715 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)
@@ -2908,7 +2908,7 @@ MODULE_DEVICE_TABLE(pci, azx_ids);
2908 2908
2909/* pci_driver definition */ 2909/* pci_driver definition */
2910static struct pci_driver driver = { 2910static struct pci_driver driver = {
2911 .name = "HDA Intel", 2911 .name = KBUILD_MODNAME,
2912 .id_table = azx_ids, 2912 .id_table = azx_ids,
2913 .probe = azx_probe, 2913 .probe = azx_probe,
2914 .remove = __devexit_p(azx_remove), 2914 .remove = __devexit_p(azx_remove),