commit | 2ab9f5879162499e1c4e48613287e3f59e593c4f | [log] [tgz] |
---|---|---|
author | Peter Chen <peter.chen@nxp.com> | Fri Jul 15 11:17:03 2016 +0800 |
committer | Sean Paul <seanpaul@chromium.org> | Fri Jul 15 08:47:01 2016 -0400 |
tree | ec59627c4b7de194ee9131127b5f7c060c00f0b7 | |
parent | 0697a05ff347b7bf8c7f872aba9f4cdfb5418459 [diff] |
gpu: drm: omapdrm: dss-of: 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>