mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] tty buffering: comment out debug code
@ 2006-02-27 15:32 Paul Fulghum
  0 siblings, 0 replies; only message in thread
From: Paul Fulghum @ 2006-02-27 15:32 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel

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;
 		}



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-02-27 15:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-27 15:32 [PATCH] tty buffering: comment out debug code Paul Fulghum

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