drm/msm: fix potential NULL pointer dereference
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Wed, 11 Sep 2013 14:09:02 +0000 (22:09 +0800)
committerRob Clark <robdclark@gmail.com>
Thu, 12 Sep 2013 14:32:12 +0000 (10:32 -0400)
The dereference to 'pdata' should be moved below the NULL test.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>

No differences found