]> Git Repo - linux.git/blobdiff - sound/pci/sonicvibes.c
ALSA: Use KBUILD_MODNAME for pci_driver.name entries
[linux.git] / sound / pci / sonicvibes.c
index 337b9facadfdb4f1afc9061f857cf78c37c8703c..860903e10f0f9ec51478a0ba898a24c2d50a0dd0 100644 (file)
@@ -1530,7 +1530,7 @@ static void __devexit snd_sonic_remove(struct pci_dev *pci)
 }
 
 static struct pci_driver driver = {
-       .name = "S3 SonicVibes",
+       .name = KBUILD_MODNAME,
        .id_table = snd_sonic_ids,
        .probe = snd_sonic_probe,
        .remove = __devexit_p(snd_sonic_remove),
This page took 0.025256 seconds and 4 git commands to generate.