From: Frank Pan Date: Wed, 26 May 2010 07:37:43 +0000 (+0800) Subject: tty: fix a little bug in scrup, vt.c X-Git-Tag: v2.6.35-rc2~16^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=962400e8fd29981a7b166e463dd143b6ac6a3e76;p=pandora-kernel.git tty: fix a little bug in scrup, vt.c The code uses vc->vc_cols instead of vc->vc_size_row by mistake, it will cause half of the region which is going to clear remain uncleared. The issue happens in background consoles, so it's hard to observe. Frank Pan Signed-off-by: Frank Pan Cc: stable Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed