From: Eric Miao Date: Sat, 26 Dec 2009 08:25:18 +0000 (+0800) Subject: [ARM] pxafb: fix building issue of incorrect reference X-Git-Tag: v2.6.33-rc4~84^2~5^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da2c3f0ead336c04b4d1ad36ff42d8d264f44f65;p=pandora-kernel.git [ARM] pxafb: fix building issue of incorrect reference Commit "d2a34c1 drivers/video: Move dereference after NULL test" introduced a build error of "fbi->dev->platform_data->smart_update" being unknown type to the compiler, fix this by removing the unnecessary test of 'fbi'. Cc: Julia Lawall Signed-off-by: Eric Miao --- Reading git-diff-tree failed