linux-stable/drivers/tty/vt
Jiri Slaby 2f16669d32 TTY: remove re-assignments to tty_driver members
All num, magic and owner are set by alloc_tty_driver. No need to
re-set them on each allocation site.

pti driver sets something different to what it passes to
alloc_tty_driver. It is not a bug, since we don't use the lines
parameter in any way. Anyway this is fixed, and now we do the right
thing.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Acked-by: Tilman Schmidt <tilman@imap.cc>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-03-08 11:37:58 -08:00
..
.gitignore
consolemap.c tty: Fix memory leak in virtual console when enable unicode translation 2012-01-04 16:18:55 -08:00
cp437.uni
defkeymap.c_shipped
defkeymap.map
keyboard.c vt:tackle kbd_table 2012-03-08 10:50:35 -08:00
Makefile
selection.c vt: tackle the main part of the selection logic 2012-03-08 11:11:39 -08:00
vc_screen.c vt: push down the tty lock so we can see what is left to tackle 2012-03-08 11:10:27 -08:00
vt.c TTY: remove re-assignments to tty_driver members 2012-03-08 11:37:58 -08:00
vt_ioctl.c vt: waitevent is self locked so drop the tty_lock 2012-03-08 11:10:28 -08:00