From: Eric Miao Date: Sat, 16 Aug 2008 07:50:51 +0000 (-0400) Subject: [ARM] pxafb: fix the warning of incorrect lccr when lcd_conn is specified X-Git-Tag: v2.6.27-rc4~54^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f3e2664622d23a17c6fc45a4df4c35cd2612ffb;p=pandora-kernel.git [ARM] pxafb: fix the warning of incorrect lccr when lcd_conn is specified The newly introduced "lcd_conn" field for connected LCD panel type will cause the original code to generate the warnings of incorrect lccr*. This is unnecessary since well encoded LCD_* flags will not generate incorrect combinition of lccr* bits. Skip the check if "lcd_conn" is specified. Signed-off-by: Eric Miao Signed-off-by: Russell King --- Reading git-diff-tree failed