From: Stefano Stabellini Date: Thu, 24 Jul 2008 04:29:59 +0000 (-0700) Subject: vt: do not update when the console is blanked X-Git-Tag: v2.6.27-rc1~652 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f700d6e5e5549cb9349d22043f4bd153792c621f;p=pandora-kernel.git vt: do not update when the console is blanked vt.c DO_UPDATE macro checks if the console is visible but doesn't check if the console is blanked. In fact updating fbcon while the console is blanked is not only unnecessary but can even cause screen corruption. Therefore I am adding a simple check on console_blanked in DO_UPDATE. Signed-off-by: Stefano Stabellini Cc: Krzysztof Helt Cc: "Antonino A. Daplas" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed