[PATCH] unterminated printk in i810_audio

From: Alex Bligh - linux-kernel (linux-kernel@alex.org.uk)
Date: Sat Nov 03 2001 - 19:44:14 EST


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/



This archive was generated by hypermail 2b29 : Wed Nov 07 2001 - 21:00:22 EST