diff options
Diffstat (limited to 'sound/pci/trident/trident.c')
-rw-r--r-- | sound/pci/trident/trident.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/trident/trident.c b/sound/pci/trident/trident.c index 6d0581841d7..d8a128f6fc0 100644 --- a/sound/pci/trident/trident.c +++ b/sound/pci/trident/trident.c | |||
@@ -172,7 +172,7 @@ static void __devexit snd_trident_remove(struct pci_dev *pci) | |||
172 | } | 172 | } |
173 | 173 | ||
174 | static struct pci_driver driver = { | 174 | static struct pci_driver driver = { |
175 | .name = "Trident4DWaveAudio", | 175 | .name = KBUILD_MODNAME, |
176 | .id_table = snd_trident_ids, | 176 | .id_table = snd_trident_ids, |
177 | .probe = snd_trident_probe, | 177 | .probe = snd_trident_probe, |
178 | .remove = __devexit_p(snd_trident_remove), | 178 | .remove = __devexit_p(snd_trident_remove), |