commit | 0697a05ff347b7bf8c7f872aba9f4cdfb5418459 | [log] [tgz] |
---|---|---|
author | Peter Chen <peter.chen@nxp.com> | Fri Jul 15 11:17:02 2016 +0800 |
committer | Sean Paul <seanpaul@chromium.org> | Fri Jul 15 08:47:01 2016 -0400 |
tree | 981316a8e6d4125c509c85972bc2ac9109b3a5d3 | |
parent | 0dcac5008fcf57cce66ef091204efbde86956c7a [diff] |
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>