commit | 3b8e64f6f8e2d437b15572f445b1932a45f9be6a | [log] [tgz] |
---|---|---|
author | Peter Chen <peter.chen@nxp.com> | Tue Jul 05 10:04:53 2016 +0800 |
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | Tue Jul 05 09:20:29 2016 +0200 |
tree | 319b7292a4d86c53a9df29a59be9c5fd569b6344 | |
parent | 2cd368300aa5bcec40c079ee5096287847506504 [diff] |
gpu: drm: sun4i_drv: 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: Maxime Ripard <maxime.ripard@free-electrons.com> Cc: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Peter Chen <peter.chen@nxp.com> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>