commit | 1a37d5f51020b9967d4b4094f6d627d0873a6469 | [log] [tgz] |
---|---|---|
author | Antonino A. Daplas <adaplas@gmail.com> | Fri Mar 31 02:31:45 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Mar 31 12:19:00 2006 -0800 |
tree | ac01b1877acd3405d3f3bf186889295187177c7c | |
parent | 3e7e241f8c5c87cc3685364feface081c9fa3648 [diff] |
[PATCH] fbcon: Save current display during initialization The current display was not saved during initialization. This leads to hard to track console corruption, such as a misplaced cursor, which is correctible by switching consoles. Fix this minor bug. Signed-off-by: Antonino Daplas <adaplas@pol.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>