gpu: drm: vc4_hdmi: add missing of_node_put after calling of_parse_phandle
authorPeter Chen <peter.chen@nxp.com>
Tue, 5 Jul 2016 02:04:54 +0000 (10:04 +0800)
committerEric Anholt <eric@anholt.net>
Fri, 8 Jul 2016 01:45:11 +0000 (18:45 -0700)
commit027a697677b0d5ff211773596d96f84078ceda80
treea2f782445fa912c5fadfb2a79aaedaaa7705f5d5
parent93977767f092fbf0787e5d2a0bf2e0a3fc6f6ced
gpu: drm: vc4_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.

Signed-off-by: Peter Chen <peter.chen@nxp.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/vc4/vc4_hdmi.c