Commit 5b289013 authored by Jaroslav Kysela's avatar Jaroslav Kysela

[ALSA] Add newline to printk

    
ALSA Core
Added the newline to printk error output.
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent dc1c3c59
......@@ -374,7 +374,7 @@ static void choose_default_id(snd_card_t * card)
while (1) {
if (loops-- == 0) {
snd_printk(KERN_ERR "unable to choose default card id (%s)", id);
snd_printk(KERN_ERR "unable to choose default card id (%s)\n", id);
strcpy(card->id, card->proc_root->name);
return;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment