]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] Char: mxser_new, delete ttys and termios
authorJiri Slaby <jirislaby@gmail.com>
Fri, 8 Dec 2006 10:38:32 +0000 (02:38 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Fri, 8 Dec 2006 16:28:54 +0000 (08:28 -0800)
commit28e6ff19d40991d208eab1c4663e384c89ea3796
treef7d8a818c101e544cd7bf6dcc7b8a2b82010fa05
parent50890cc5495e7d0c7450ca5ece3ab0f93fe7255b
[PATCH] Char: mxser_new, delete ttys and termios

- Driver uses global tty_struct array, which tries to assign to the
  tty_driver's ttys.
- the very same thing for termios
- the same for termios_locked

Kill such constructions.

Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/char/mxser_new.c