From: Daniel Vetter Date: Thu, 5 Jun 2014 14:33:24 +0000 (+0200) Subject: vt: Don't ignore unbind errors in vt_unbind X-Git-Tag: omap-for-v3.17/soc-cleanup~73^2^2~1^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f418f2ec440ab8c014f37539ef0b19271afb1186;p=pandora-kernel.git vt: Don't ignore unbind errors in vt_unbind Otherwise the loop will never stop since we don't make any forward progress. Noticed while breaking this accidentally in a painful attempt to make vga_con unregistering work. With this patch we'll bail out on the first attempt, which at least leaves a useful enough system behind for debugging. Livelocks on console_lock just aren't fun. Cc: Greg Kroah-Hartman Cc: Jiri Slaby Reviewed-by: David Herrmann Acked-by: Greg Kroah-Hartman Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed