From: Jiri Slaby Date: Wed, 12 Oct 2011 09:32:42 +0000 (+0200) Subject: TTY: drop driver reference in tty_open fail path X-Git-Tag: v3.2-rc1~170^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c290f8358acaeffd8e0c551ddcc24d1206143376;p=pandora-kernel.git TTY: drop driver reference in tty_open fail path When tty_driver_lookup_tty fails in tty_open, we forget to drop a reference to the tty driver. This was added by commit 4a2b5fddd5 (Move tty lookup/reopen to caller). Fix that by adding tty_driver_kref_put to the fail path. I will refactor the code later. This is for the ease of backporting to stable. Introduced-in: v2.6.28-rc2 Signed-off-by: Jiri Slaby Cc: stable Cc: Alan Cox Acked-by: Sukadev Bhattiprolu Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed