drm/msm: Odd PTR_ERR usage
authorThomas Meyer <thomas@m3y3r.de>
Mon, 16 Sep 2013 21:19:54 +0000 (23:19 +0200)
committerRob Clark <robdclark@gmail.com>
Sat, 28 Sep 2013 12:53:26 +0000 (08:53 -0400)
commite4826a94c7444698725572f3def3686fb3f38d6d
tree7903f17c51bee18040afd3a382683c7325a4f2f0
parentd8524ae9d6f492a9c6db9f4d89c5f9b8782fa2d5
drm/msm: Odd PTR_ERR usage

The variable priv->kms is not initialized yet.

Found by "scripts/coccinelle/tests/odd_ptr_err.cocci".
PTR_ERR should access the value just tested by IS_ERR.

Signed-off-by: Thomas Meyer <thomas@m3y3r.de>
drivers/gpu/drm/msm/msm_drv.c