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)
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>

No differences found