commit | a8fbc974c347a798fd0c6f0bffe7bf46b8c6dfb6 | [log] [tgz] |
---|---|---|
author | Jiri Slaby <jslaby@suse.cz> | Mon Mar 05 14:51:49 2012 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Mar 08 11:30:21 2012 -0800 |
tree | f2ae6ea857692b0bbee2c05b0766c8931f2c873d | |
parent | f8a8c10f4a662dcf3cb621d7a3eba564c5963284 [diff] |
TTY: tty_io, remove buffer re-assignments TTY buffer head and tail are initialized in tty_buffer_init. No need to do it once again in initialize_tty_struct where tty_buffer_init is called. Signed-off-by: Jiri Slaby <jslaby@suse.cz> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>