commit | e76df4d33973bd9b963d0cce05749b090cc14936 | [log] [tgz] |
---|---|---|
author | Ondrej Zary <linux@rainbow-software.org> | Thu Jul 29 22:40:54 2010 +0200 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Fri Jul 30 23:29:33 2010 +0100 |
tree | f36fb45132f66f44a52446d9113fcbcdcfd57c05 | |
parent | 00b4703f03ce04bd7f2f912fd05a243096ab826f [diff] |
cyber2000fb: fix console in truecolor modes Return value was not set to 0 in setcolreg() with truecolor modes. This causes fb_set_cmap() to abort after first color, resulting in blank palette - and blank console in 24bpp and 32bpp modes. Signed-off-by: Ondrej Zary <linux@rainbow-software.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>