]> git.baikalelectronics.ru Git - kernel.git/commit
Char: nozomi, fix tty->count counting
authorJiri Slaby <jslaby@suse.cz>
Thu, 29 Jul 2010 09:09:47 +0000 (11:09 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 10 Aug 2010 20:47:46 +0000 (13:47 -0700)
commitfd91b97af14af5fd587687e297067dbb7f3eeb7a
tree76c0cf55276de4213d340afc92175e152f0afa0e
parenteaf4df910e6d2672c8f222eab9d4591d4d2d4300
Char: nozomi, fix tty->count counting

Currently ntty_install omits to increment tty count and we get the
following warnings:
Warning: dev (noz2) tty->count(0) != #fd's(1) in tty_open

So to fix that, add one tty->count++ there.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Cc: Alan Cox <alan@linux.intel.com>
Cc: stable <stable@kernel.org> [.34, .35]
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/char/nozomi.c