From ee78bb95b7bea08b7774a02073ea2bb45611a9e1 Mon Sep 17 00:00:00 2001 From: Jiri Slaby Date: Thu, 29 Jul 2010 11:09:47 +0200 Subject: [PATCH] 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 Cc: Alan Cox Cc: stable [.34, .35] Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed