diff options
Diffstat (limited to 'sound/pci/ice1712/ice1724.c')
-rw-r--r-- | sound/pci/ice1712/ice1724.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/ice1712/ice1724.c b/sound/pci/ice1712/ice1724.c index c1498fa5545f..5e7db8dab1a2 100644 --- a/sound/pci/ice1712/ice1724.c +++ b/sound/pci/ice1712/ice1724.c | |||
@@ -2802,7 +2802,7 @@ static int snd_vt1724_resume(struct pci_dev *pci) | |||
2802 | #endif | 2802 | #endif |
2803 | 2803 | ||
2804 | static struct pci_driver driver = { | 2804 | static struct pci_driver driver = { |
2805 | .name = "ICE1724", | 2805 | .name = KBUILD_MODNAME, |
2806 | .id_table = snd_vt1724_ids, | 2806 | .id_table = snd_vt1724_ids, |
2807 | .probe = snd_vt1724_probe, | 2807 | .probe = snd_vt1724_probe, |
2808 | .remove = __devexit_p(snd_vt1724_remove), | 2808 | .remove = __devexit_p(snd_vt1724_remove), |