From: Jiri Slaby Date: Wed, 16 Nov 2011 15:27:08 +0000 (+0100) Subject: TTY: ldisc, move wait idle to caller X-Git-Tag: v3.2-rc3~18^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=300420722e0734a4254f3b634e0f82664495d210;p=pandora-kernel.git TTY: ldisc, move wait idle to caller It is the only place where reinit is called from. And we really need to wait for the old ldisc to go once. Actually this is the place where the waiting originally was (before removed and re-added later). This will make the fix in the following patch easier to implement. Signed-off-by: Jiri Slaby Cc: Dave Young Cc: Dave Jones Cc: Ben Hutchings Cc: Dmitriy Matrosov Cc: Alan Cox Cc: stable Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed