Comment out debug code in tty receive buffering.
Signed-off-by: Paul Fulghum <[email protected]>
--- 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;
}