]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/msm: add missing of_node_put after calling of_parse_phandle
authorPeter Chen <peter.chen@nxp.com>
Mon, 4 Jul 2016 08:49:50 +0000 (16:49 +0800)
committerRob Clark <robdclark@gmail.com>
Sat, 16 Jul 2016 14:29:30 +0000 (10:29 -0400)
commit2ca41c176a5d2197572153bf543a3f758c13a4d3
treee222b2f2de34947e77beca9659cb704b55c4794c
parentd13b33fa7d76b8f7cbf0212d570aa82887b6db0f
drm/msm: add missing of_node_put after calling of_parse_phandle

of_node_put needs to be called when the device node which is got
from of_parse_phandle has finished using.

Signed-off-by: Peter Chen <peter.chen@nxp.com>
[rebased on top of Archit's DT rework, so looses one hunk]
Signed-off-by: Rob Clark <robdclark@gmail.com>
drivers/gpu/drm/msm/msm_drv.c