From: Paul Fulghum <paulkf@microgate.com>
To: Andrew Morton <akpm@osdl.org>
Cc: linux-kernel <linux-kernel@vger.kernel.org>
Subject: [PATCH] tty buffering: comment out debug code
Date: Mon, 27 Feb 2006 09:32:05 -0600 [thread overview]
Message-ID: <1141054325.2884.15.camel@x2.pipehead.org> (raw)
Comment out debug code in tty receive buffering.
Signed-off-by: Paul Fulghum <paulkf@microgate.com>
--- linux-2.6.16-rc5/drivers/char/tty_io.c 2006-02-27 09:24:26.000000000 -0600
+++ b/drivers/char/tty_io.c 2006-02-27 09:26:40.000000000 -0600
@@ -303,7 +303,7 @@ static struct tty_buffer *tty_buffer_fin
t->commit = 0;
t->read = 0;
/* DEBUG ONLY */
- memset(t->data, '*', size);
+/* memset(t->data, '*', size); */
/* printk("Flip recycle %p\n", t); */
return t;
}
reply other threads:[~2006-02-27 15:32 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=1141054325.2884.15.camel@x2.pipehead.org \
--to=paulkf@microgate.com \
--cc=akpm@osdl.org \
--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
Powered by JetHome