diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-03-24 00:35:50 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-03-24 00:35:50 +0100 |
commit | e0d2054fd3cf167395390dc1758644486c782707 (patch) | |
tree | 108fd3138f0246f5fa17454680d6d04a670ed6d8 /sound/mips/au1x00.c | |
parent | d807500a2472445d05ce641bf09438e3d72eeb4f (diff) | |
parent | c468ac29e63b9927275a94379d00b367f0f97c43 (diff) | |
download | linux-3.10-e0d2054fd3cf167395390dc1758644486c782707.tar.gz linux-3.10-e0d2054fd3cf167395390dc1758644486c782707.tar.bz2 linux-3.10-e0d2054fd3cf167395390dc1758644486c782707.zip |
Merge branch 'topic/misc' into for-linus
Diffstat (limited to 'sound/mips/au1x00.c')
-rw-r--r-- | sound/mips/au1x00.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/mips/au1x00.c b/sound/mips/au1x00.c index 99e1391b2eb..3e763d6a5d6 100644 --- a/sound/mips/au1x00.c +++ b/sound/mips/au1x00.c @@ -679,7 +679,7 @@ au1000_init(void) return err; } - printk( KERN_INFO "ALSA AC97: Driver Initialized\n" ); + printk(KERN_INFO "ALSA AC97: Driver Initialized\n"); au1000_card = card; return 0; } |