aboutsummaryrefslogtreecommitdiffstats
path: root/sound/isa/wavefront/wavefront.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/isa/wavefront/wavefront.c')
-rw-r--r--sound/isa/wavefront/wavefront.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/isa/wavefront/wavefront.c b/sound/isa/wavefront/wavefront.c
index 6f143275e3b3..ae2038e682f0 100644
--- a/sound/isa/wavefront/wavefront.c
+++ b/sound/isa/wavefront/wavefront.c
@@ -633,7 +633,7 @@ static int __devexit snd_wavefront_isa_remove(struct device *devptr,
633 return 0; 633 return 0;
634} 634}
635 635
636#define WAVEFRONT_DRIVER "snd_wavefront" 636#define DEV_NAME "wavefront"
637 637
638static struct isa_driver snd_wavefront_driver = { 638static struct isa_driver snd_wavefront_driver = {
639 .match = snd_wavefront_isa_match, 639 .match = snd_wavefront_isa_match,
@@ -641,7 +641,7 @@ static struct isa_driver snd_wavefront_driver = {
641 .remove = __devexit_p(snd_wavefront_isa_remove), 641 .remove = __devexit_p(snd_wavefront_isa_remove),
642 /* FIXME: suspend, resume */ 642 /* FIXME: suspend, resume */
643 .driver = { 643 .driver = {
644 .name = WAVEFRONT_DRIVER 644 .name = DEV_NAME
645 }, 645 },
646}; 646};
647 647