summaryrefslogtreecommitdiffstats
path: root/sound/pci/oxygen/oxygen_lib.c
diff options
context:
space:
mode:
authorTakashi Iwai2011-06-14 08:56:42 +0200
committerTakashi Iwai2011-06-14 08:56:42 +0200
commit85e4d95da091e35209338962eca232e70819a485 (patch)
tree8d1e9139d8b4187e639bf721c0818f49c0f22b85 /sound/pci/oxygen/oxygen_lib.c
parentALSA: ctxfi: Implement a combined capabilities query method to replace multip... (diff)
parentALSA: Update document for using KBUILD_MODNAME (diff)
downloadkernel-qcow2-linux-85e4d95da091e35209338962eca232e70819a485.tar.gz
kernel-qcow2-linux-85e4d95da091e35209338962eca232e70819a485.tar.xz
kernel-qcow2-linux-85e4d95da091e35209338962eca232e70819a485.zip
Merge branch 'test/pci-rename' into topic/misc
Diffstat (limited to 'sound/pci/oxygen/oxygen_lib.c')
-rw-r--r--sound/pci/oxygen/oxygen_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/oxygen/oxygen_lib.c b/sound/pci/oxygen/oxygen_lib.c
index 70b739816fcc..82311fcb86f6 100644
--- a/sound/pci/oxygen/oxygen_lib.c
+++ b/sound/pci/oxygen/oxygen_lib.c
@@ -655,7 +655,7 @@ int oxygen_pci_probe(struct pci_dev *pci, int index, char *id,
chip->model.init(chip);
err = request_irq(pci->irq, oxygen_interrupt, IRQF_SHARED,
- DRIVER, chip);
+ KBUILD_MODNAME, chip);
if (err < 0) {
snd_printk(KERN_ERR "cannot grab interrupt %d\n", pci->irq);
goto err_card;