X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=sound%2Fpci%2Fcs4281.c;h=67052d9069cf86d19cefa696d1a37dc2d412381e;hb=3733e424c4fcd8edff2090f0628f4fd245daddb5;hp=6772070ed49254e01ed1b2996a8f4fefe446dcf5;hpb=5a4179460cb50d939a2ae713cf88fcbff75f2c1c;p=deliverable%2Flinux.git diff --git a/sound/pci/cs4281.c b/sound/pci/cs4281.c index 6772070ed492..67052d9069cf 100644 --- a/sound/pci/cs4281.c +++ b/sound/pci/cs4281.c @@ -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),