diff options
Diffstat (limited to 'sound/pci/via82xx.c')
-rw-r--r-- | sound/pci/via82xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/via82xx.c b/sound/pci/via82xx.c index d0e19c0c4f0a..f03fd620a2a0 100644 --- a/sound/pci/via82xx.c +++ b/sound/pci/via82xx.c | |||
@@ -2377,7 +2377,7 @@ static int __devinit snd_via82xx_create(struct snd_card *card, | |||
2377 | chip_type == TYPE_VIA8233 ? | 2377 | chip_type == TYPE_VIA8233 ? |
2378 | snd_via8233_interrupt : snd_via686_interrupt, | 2378 | snd_via8233_interrupt : snd_via686_interrupt, |
2379 | IRQF_SHARED, | 2379 | IRQF_SHARED, |
2380 | card->driver, chip)) { | 2380 | KBUILD_MODNAME, chip)) { |
2381 | snd_printk(KERN_ERR "unable to grab IRQ %d\n", pci->irq); | 2381 | snd_printk(KERN_ERR "unable to grab IRQ %d\n", pci->irq); |
2382 | snd_via82xx_free(chip); | 2382 | snd_via82xx_free(chip); |
2383 | return -EBUSY; | 2383 | return -EBUSY; |