* [PATCH] unterminated printk in i810_audio
@ 2001-11-04 0:44 Alex Bligh - linux-kernel
0 siblings, 0 replies; only message in thread
From: Alex Bligh - linux-kernel @ 2001-11-04 0:44 UTC (permalink / raw)
To: linux-kernel; +Cc: Alex Bligh - linux-kernel
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 */
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-11-04 1:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-04 0:44 [PATCH] unterminated printk in i810_audio Alex Bligh - linux-kernel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®