From: Jingoo Han Date: Fri, 26 Oct 2012 06:41:49 +0000 (+0900) Subject: video: s3c-fb: fix red offset and length for ARGB232 format X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~2^2~5^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a9c30a32dd187344cb966db3016861b6b385384;p=pandora-kernel.git video: s3c-fb: fix red offset and length for ARGB232 format Green pixel and blue pixel are 3 bits and 2 bits respectively at ARGB232 format. Thus, the value of red offset should be 5, not 4. Also, the value of red length should be 2, because red pixel is 2 bits at ARGB232 format. Signed-off-by: Jingoo Han --- Reading git-diff-tree failed