]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/char/tty_io.c
[ALSA] HDA/ALC260: 4/7 - add GPIO switches to test model
[linux-2.6-omap-h63xx.git] / drivers / char / tty_io.c
index e9bba94fc898388ff09bd8a9e2116442e07ca104..53d3d066554e556b4110398990294a12af9d1c97 100644 (file)
@@ -303,7 +303,7 @@ static struct tty_buffer *tty_buffer_find(struct tty_struct *tty, size_t size)
                        t->commit = 0;
                        t->read = 0;
                        /* DEBUG ONLY */
-                       memset(t->data, '*', size);
+/*                     memset(t->data, '*', size); */
 /*                     printk("Flip recycle %p\n", t); */
                        return t;
                }