]> git.karo-electronics.de Git - karo-tx-linux.git/commit
nozomi: quick fix for the close/close bug
authorAlan Cox <alan@linux.intel.com>
Mon, 4 Jan 2010 16:26:50 +0000 (16:26 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 1 Apr 2010 22:55:35 +0000 (15:55 -0700)
commitf321f60bd07c223fb240bad680ba519fda82873c
tree63ced3735eb37d2d86616ef9a2342ad90d8c3026
parent12761d772b9d9bdccfb7610538e90de2be15a3f7
nozomi: quick fix for the close/close bug

commit eeec32a731631a9bad9abb21c626b9f2840bee0d upstream.

Nozomi goes wrong if you get the sequence

open
open
close

[stuff]
close

which turns out to occur on some ppp type setups.

This is a quick patch up for the problem. It's not really fixing Nozomi
which completely fails to implement tty open/close semantics and all the
other needed stuff. Doing it right is a rather more invasive patch set and
not one that will backport.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/char/nozomi.c