aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/cs5530.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/cs5530.c')
-rw-r--r--sound/pci/cs5530.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/cs5530.c b/sound/pci/cs5530.c
index bc07e275d4d4..a4669346d146 100644
--- a/sound/pci/cs5530.c
+++ b/sound/pci/cs5530.c
@@ -285,7 +285,7 @@ static int __devinit snd_cs5530_probe(struct pci_dev *pci,
285} 285}
286 286
287static struct pci_driver driver = { 287static struct pci_driver driver = {
288 .name = "CS5530_Audio", 288 .name = KBUILD_MODNAME,
289 .id_table = snd_cs5530_ids, 289 .id_table = snd_cs5530_ids,
290 .probe = snd_cs5530_probe, 290 .probe = snd_cs5530_probe,
291 .remove = __devexit_p(snd_cs5530_remove), 291 .remove = __devexit_p(snd_cs5530_remove),