commit | fedbb3625b3c16441de1378ca00a74e9c1733289 | [log] [tgz] |
---|---|---|
author | Ville Syrjala <syrjala@sci.fi> | Tue Mar 04 14:28:47 2008 -0800 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Tue Mar 04 16:35:13 2008 -0800 |
tree | 3d3eaaf4bf181d4115b0c46daefa744517c262f9 | |
parent | 5619d823bc0e49d05618cdf955b04055b51a7de5 [diff] |
sm501fb: RGB offsets are reversed in 16bpp modes The RGB offsets were reversed in 16bpp modes. Simply trying to reverse the offsets when endianness differs is clearly the wrong thing to do but that is an issue for another patch. Signed-off-by: Ville Syrjala <syrjala@sci.fi> Acked-by: Ben Dooks <ben-linux@fluff.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>