commit | e4826a94c7444698725572f3def3686fb3f38d6d | [log] [tgz] |
---|---|---|
author | Thomas Meyer <thomas@m3y3r.de> | Mon Sep 16 23:19:54 2013 +0200 |
committer | Rob Clark <robdclark@gmail.com> | Sat Sep 28 08:53:26 2013 -0400 |
tree | 7903f17c51bee18040afd3a382683c7325a4f2f0 | |
parent | d8524ae9d6f492a9c6db9f4d89c5f9b8782fa2d5 [diff] |
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>