fbcon: fix scrolling after logo is cleared
authorKrzysztof Helt <krzysztof.h1@wp.pl>
Tue, 5 Aug 2008 20:01:26 +0000 (13:01 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 5 Aug 2008 21:33:49 +0000 (14:33 -0700)
commitc213ddf330e29f9d141705444dc45683adbb99b0
treec44a3a4fb3c09743f6816148bf4ba272b8f1ea0a
parentefc491814308f89d5ef6c4fe19ae4552a67d4132
fbcon: fix scrolling after logo is cleared

If the 'clear' command is used on the frame buffer with a logo the upper
area is filled by few lines but not scrolled anymore.

Fix this by removing the protected area for the logo if any part of the
logo is cleared.

Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/console/fbcon.c