commit | 027a697677b0d5ff211773596d96f84078ceda80 | [log] [tgz] |
---|---|---|
author | Peter Chen <peter.chen@nxp.com> | Tue Jul 05 10:04:54 2016 +0800 |
committer | Eric Anholt <eric@anholt.net> | Thu Jul 07 18:45:11 2016 -0700 |
tree | a2f782445fa912c5fadfb2a79aaedaaa7705f5d5 | |
parent | 93977767f092fbf0787e5d2a0bf2e0a3fc6f6ced [diff] |
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>