]> asedeno.scripts.mit.edu Git - linux.git/commit
gpu: drm: omapdrm: connector-dvi: add missing of_node_put after calling of_parse_phandle
authorPeter Chen <peter.chen@nxp.com>
Fri, 15 Jul 2016 03:17:02 +0000 (11:17 +0800)
committerSean Paul <seanpaul@chromium.org>
Fri, 15 Jul 2016 12:47:01 +0000 (08:47 -0400)
commit0697a05ff347b7bf8c7f872aba9f4cdfb5418459
tree981316a8e6d4125c509c85972bc2ac9109b3a5d3
parent0dcac5008fcf57cce66ef091204efbde86956c7a
gpu: drm: omapdrm: connector-dvi: 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/displays/connector-dvi.c