From: Jiri Slaby Date: Mon, 5 Mar 2012 13:52:50 +0000 (+0100) Subject: TTY: pdc_cons, fix racy tty test X-Git-Tag: v3.4-rc1~185^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e380a81e34375a38f253b42394ef06ca3127559f;p=pandora-kernel.git TTY: pdc_cons, fix racy tty test The tty->count test in the timer was racy. Let's remove the test and properly delete the timer and wait for the body to finish using _sync version of del_timer. Signed-off-by: Jiri Slaby Cc: Kyle McMartin Cc: Helge Deller Cc: "James E.J. Bottomley" Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed