ALSA: Use KBUILD_MODNAME for pci_driver.name entries
[deliverable/linux.git] / sound / pci / cs4281.c
index 6772070ed49254e01ed1b2996a8f4fefe446dcf5..67052d9069cf86d19cefa696d1a37dc2d412381e 100644 (file)
@@ -2085,7 +2085,7 @@ static int cs4281_resume(struct pci_dev *pci)
 #endif /* CONFIG_PM */
 
 static struct pci_driver driver = {
-       .name = "CS4281",
+       .name = KBUILD_MODNAME,
        .id_table = snd_cs4281_ids,
        .probe = snd_cs4281_probe,
        .remove = __devexit_p(snd_cs4281_remove),
This page took 0.025737 seconds and 5 git commands to generate.