]> git.baikalelectronics.ru Git - kernel.git/commit
[ARM] pxafb: fix building issue of incorrect reference
authorEric Miao <eric.y.miao@gmail.com>
Sat, 26 Dec 2009 08:25:18 +0000 (16:25 +0800)
committerEric Miao <eric.y.miao@gmail.com>
Tue, 29 Dec 2009 06:11:27 +0000 (14:11 +0800)
commit1b6e73709eb4697a6f785e5c8ad4a299e69558f9
tree39c1ade5fc4d9c65338e4c8c0b4a94246735dc5b
parent1bed234ad63b32b7153b32f25670f986d996fe15
[ARM] pxafb: fix building issue of incorrect reference

Commit "c9d7bb5 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 <julia@diku.dk>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
drivers/video/pxafb.c