From: Damian Hobson-Garcia Date: Wed, 22 Jun 2011 07:46:25 +0000 (+0000) Subject: fbdev: sh_mobile_meram: Correct pointer check for YCbCr chroma plane X-Git-Tag: v3.0-rc6~3^2~4^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06c8a6a3e40265ff580428bbf51991617477f65b;p=pandora-kernel.git fbdev: sh_mobile_meram: Correct pointer check for YCbCr chroma plane The check was intended to test if we have a valid pointer to write into, but it mistakenly checks the pointer contents instead. Since a valid pointer is mandatory for the chroma data if a YCbCr format is used, the pointer check has been removed. Signed-off-by: Damian Hobson-Garcia Signed-off-by: Paul Mundt --- Reading git-diff-tree failed