diff options
Diffstat (limited to 'sound/pci/oxygen/oxygen.c')
-rw-r--r-- | sound/pci/oxygen/oxygen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/oxygen/oxygen.c b/sound/pci/oxygen/oxygen.c index d7e8ddd9a67..218d9854e5c 100644 --- a/sound/pci/oxygen/oxygen.c +++ b/sound/pci/oxygen/oxygen.c | |||
@@ -859,7 +859,7 @@ static int __devinit generic_oxygen_probe(struct pci_dev *pci, | |||
859 | } | 859 | } |
860 | 860 | ||
861 | static struct pci_driver oxygen_driver = { | 861 | static struct pci_driver oxygen_driver = { |
862 | .name = "CMI8788", | 862 | .name = KBUILD_MODNAME, |
863 | .id_table = oxygen_ids, | 863 | .id_table = oxygen_ids, |
864 | .probe = generic_oxygen_probe, | 864 | .probe = generic_oxygen_probe, |
865 | .remove = __devexit_p(oxygen_pci_remove), | 865 | .remove = __devexit_p(oxygen_pci_remove), |