aboutsummaryrefslogtreecommitdiffstats
path: root/sound/mips/au1x00.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/mips/au1x00.c')
-rw-r--r--sound/mips/au1x00.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/mips/au1x00.c b/sound/mips/au1x00.c
index 1881cec11e78..7c1afc96ab87 100644
--- a/sound/mips/au1x00.c
+++ b/sound/mips/au1x00.c
@@ -678,7 +678,7 @@ au1000_init(void)
678 return err; 678 return err;
679 } 679 }
680 680
681 printk( KERN_INFO "ALSA AC97: Driver Initialized\n" ); 681 printk(KERN_INFO "ALSA AC97: Driver Initialized\n");
682 au1000_card = card; 682 au1000_card = card;
683 return 0; 683 return 0;
684} 684}