lkml.org 
[lkml]   [2006]   [Feb]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH] tty buffering: comment out debug code
From
Date
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;
}

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

\
 
 \ /
  Last update: 2006-02-27 16:34    [W:0.073 / U:1.008 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site