aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/sonicvibes.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/sonicvibes.c')
-rw-r--r--sound/pci/sonicvibes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/sonicvibes.c b/sound/pci/sonicvibes.c
index 337b9facadfd..860903e10f0f 100644
--- a/sound/pci/sonicvibes.c
+++ b/sound/pci/sonicvibes.c
@@ -1530,7 +1530,7 @@ static void __devexit snd_sonic_remove(struct pci_dev *pci)
1530} 1530}
1531 1531
1532static struct pci_driver driver = { 1532static struct pci_driver driver = {
1533 .name = "S3 SonicVibes", 1533 .name = KBUILD_MODNAME,
1534 .id_table = snd_sonic_ids, 1534 .id_table = snd_sonic_ids,
1535 .probe = snd_sonic_probe, 1535 .probe = snd_sonic_probe,
1536 .remove = __devexit_p(snd_sonic_remove), 1536 .remove = __devexit_p(snd_sonic_remove),