From: Florian Tobias Schandinat Date: Wed, 22 Sep 2010 02:33:52 +0000 (+0000) Subject: viafb: use proper register for colour when doing fill ops X-Git-Tag: v2.6.37-rc1~80^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efd4f6398dc92b5bf392670df862f42a19f34cf2;p=pandora-kernel.git viafb: use proper register for colour when doing fill ops The colour was written to a wrong register for fillrect operations. This sometimes caused empty console space (for example after 'clear') to have a different colour than desired. Fix this by writing to the correct register. Many thanks to Daniel Drake and Jon Nettleton for pointing out this issue and pointing me in the right direction for the fix. Fixes http://dev.laptop.org/ticket/9323 Signed-off-by: Florian Tobias Schandinat Cc: Joseph Chan Cc: Daniel Drake Cc: Jon Nettleton Cc: stable@kernel.org --- Reading git-diff-tree failed