From: Alex Bligh - linux-kernel <linux-kernel@alex.org.uk>
To: linux-kernel@vger.kernel.org
Cc: Alex Bligh - linux-kernel <linux-kernel@alex.org.uk>
Subject: [PATCH] unterminated printk in i810_audio
Date: Sun, 04 Nov 2001 00:44:14 -0000 [thread overview]
Message-ID: <12220000.1004834654@araucaria> (raw)
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 */
}
reply other threads:[~2001-11-04 1:44 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=12220000.1004834654@araucaria \
--to=linux-kernel@alex.org.uk \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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®