From: Antonino A. Daplas Date: Tue, 17 Jul 2007 11:05:32 +0000 (-0700) Subject: fbcon: set_con2fb_map fixes X-Git-Tag: v2.6.23-rc1~589 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1baa4ffa677bf6986c460fcfd4cdaf8bfe66f0e;p=pandora-kernel.git fbcon: set_con2fb_map fixes set_con2fb_map() has regressed for some time. Using fbcon=map:01, for example, works only if there is only 1 working framebuffer. Trying to do a set_con2fb_map() on a non-allocated vc will freeze the system. - ensure that succeeding drivers after the first gets mapped to the console - remove fbcon_preset_display() and modify fbcon_set_display() to include the former's functionality - ensure that binding and unbinding succeeds if multiple drivers are mapped to the console Signed-off-by: Antonino Daplas Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed