ALSA: Use KBUILD_MODNAME for pci_driver.name entries
[deliverable/linux.git] / sound / pci / ca0106 / ca0106_main.c
index 437759239694b00708919acba5c39be26be3c19c..62078750933951016abf3950dc53af784ad35c53 100644 (file)
@@ -1933,7 +1933,7 @@ MODULE_DEVICE_TABLE(pci, snd_ca0106_ids);
 
 // pci_driver definition
 static struct pci_driver driver = {
-       .name = "CA0106",
+       .name = KBUILD_MODNAME,
        .id_table = snd_ca0106_ids,
        .probe = snd_ca0106_probe,
        .remove = __devexit_p(snd_ca0106_remove),
This page took 0.024866 seconds and 5 git commands to generate.