diff options
Diffstat (limited to 'sound/pci/rme32.c')
-rw-r--r-- | sound/pci/rme32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/rme32.c b/sound/pci/rme32.c index c7bcc63097f4..6be77a264d47 100644 --- a/sound/pci/rme32.c +++ b/sound/pci/rme32.c | |||
@@ -1355,7 +1355,7 @@ static int __devinit snd_rme32_create(struct rme32 * rme32) | |||
1355 | } | 1355 | } |
1356 | 1356 | ||
1357 | if (request_irq(pci->irq, snd_rme32_interrupt, IRQF_SHARED, | 1357 | if (request_irq(pci->irq, snd_rme32_interrupt, IRQF_SHARED, |
1358 | "RME32", rme32)) { | 1358 | KBUILD_MODNAME, rme32)) { |
1359 | snd_printk(KERN_ERR "unable to grab IRQ %d\n", pci->irq); | 1359 | snd_printk(KERN_ERR "unable to grab IRQ %d\n", pci->irq); |
1360 | return -EBUSY; | 1360 | return -EBUSY; |
1361 | } | 1361 | } |