gpu: drm: exynos_hdmi: add missing of_node_put after calling of_parse_phandle
commitd6a2d16bec2551d3b6481100c3da6843758f9820
authorPeter Chen <peter.chen@nxp.com>
Fri, 15 Jul 2016 03:17:04 +0000 (15 11:17 +0800)
committerSean Paul <seanpaul@chromium.org>
Fri, 15 Jul 2016 12:47:01 +0000 (15 08:47 -0400)
tree2101cd51752ade8e7b55b5a707151330da0e783a
parent2ab9f5879162499e1c4e48613287e3f59e593c4f
gpu: drm: exynos_hdmi: 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: Joonyoung Shim <jy0922.shim@samsung.com>
Cc: Seung-Woo Kim <sw0312.kim@samsung.com>
Cc: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Peter Chen <peter.chen@nxp.com>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
drivers/gpu/drm/exynos/exynos_hdmi.c