lkml.org 
[lkml]   [2001]   [Nov]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] unterminated printk in i810_audio
Self explanatory; now I just have to work out why the timeout occurs...

--
Alex Bligh

--- /usr/src/kernel-source-2.4.13-ac7-clean/drivers/sound/i810_audio.c Sat Nov 3 23:05:16 2001
+++ /usr/src/kernel-source-2.4.13-ac7-devel/drivers/sound/i810_audio.c Sun Nov 4 00:34:08 2001
@@ -2505,7 +2505,7 @@
codec->codec_write = i810_ac97_set;

if(!i810_ac97_probe_and_powerup(card,codec)) {
- printk("i810_audio: timed out waiting for codec %d analog ready", num_ac97);
+ printk("i810_audio: timed out waiting for codec %d analog ready\n", num_ac97);
kfree(codec);
break; /* it didn't work */
}
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:18    [W:0.026 / U:0.812 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site