gpu: drm: omapdrm: dss-of: add missing of_node_put after calling of_parse_phandle
authorPeter Chen <peter.chen@nxp.com>
Fri, 15 Jul 2016 03:17:03 +0000 (11:17 +0800)
committerSean Paul <seanpaul@chromium.org>
Fri, 15 Jul 2016 12:47:01 +0000 (08:47 -0400)
commit2ab9f5879162499e1c4e48613287e3f59e593c4f
treeec59627c4b7de194ee9131127b5f7c060c00f0b7
parent0697a05ff347b7bf8c7f872aba9f4cdfb5418459
gpu: drm: omapdrm: dss-of: 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.

Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: Peter Chen <peter.chen@nxp.com>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
drivers/gpu/drm/omapdrm/dss/dss-of.c
This page took 0.025346 seconds and 5 git commands to generate.