[PATCH] tty buffering: comment out debug code

From: Paul Fulghum
Date: Mon Feb 27 2006 - 10:29:54 EST


Comment out debug code in tty receive buffering.

Signed-off-by: Paul Fulghum <paulkf@xxxxxxxxxxxxx>

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


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/