ALSA: Use KBUILD_MODNAME for pci_driver.name entries
[cascardo/linux.git] / sound / pci / ice1712 / ice1712.c
index f4594d7..7410df9 100644 (file)
@@ -2802,7 +2802,7 @@ static void __devexit snd_ice1712_remove(struct pci_dev *pci)
 }
 
 static struct pci_driver driver = {
-       .name = "ICE1712",
+       .name = KBUILD_MODNAME,
        .id_table = snd_ice1712_ids,
        .probe = snd_ice1712_probe,
        .remove = __devexit_p(snd_ice1712_remove),