]> git.baikalelectronics.ru Git - kernel.git/commit
gpu: drm: omapdrm: dss-of: add missing of_node_put after calling of_parse_phandle
authorPeter Chen <peter.chen@nxp.com>
Fri, 15 Jul 2016 03:17:03 +0000 (11:17 +0800)
committerSean Paul <seanpaul@chromium.org>
Fri, 15 Jul 2016 12:47:01 +0000 (08:47 -0400)
commitab846363023f31d1c2fd5608c0c99800a079ca82
treeec59627c4b7de194ee9131127b5f7c060c00f0b7
parent0dbe5ad1c25fc34e3d326b5a43b3cc40dc5d0558
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>
drivers/gpu/drm/omapdrm/dss/dss-of.c