diff options
Diffstat (limited to 'sound/pci/rme96.c')
-rw-r--r-- | sound/pci/rme96.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/rme96.c b/sound/pci/rme96.c index a3646118abb0..409e5b89519d 100644 --- a/sound/pci/rme96.c +++ b/sound/pci/rme96.c | |||
@@ -1561,7 +1561,7 @@ snd_rme96_create(struct rme96 *rme96) | |||
1561 | } | 1561 | } |
1562 | 1562 | ||
1563 | if (request_irq(pci->irq, snd_rme96_interrupt, IRQF_SHARED, | 1563 | if (request_irq(pci->irq, snd_rme96_interrupt, IRQF_SHARED, |
1564 | "RME96", rme96)) { | 1564 | KBUILD_MODNAME, rme96)) { |
1565 | snd_printk(KERN_ERR "unable to grab IRQ %d\n", pci->irq); | 1565 | snd_printk(KERN_ERR "unable to grab IRQ %d\n", pci->irq); |
1566 | return -EBUSY; | 1566 | return -EBUSY; |
1567 | } | 1567 | } |