Searched hist:"64 bf74ee" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/gpu/drm/fsl-dcu/ |
H A D | fsl_tcon.c | 64bf74ee Mon Jul 04 02:40:40 CDT 2016 Peter Chen <peter.chen@nxp.com> drm/fsl-dcu: 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, but current code only calls it at error path, fix it by adding it at correct code path.
Signed-off-by: Peter Chen <peter.chen@nxp.com> Signed-off-by: Stefan Agner <stefan@agner.ch> 64bf74ee Mon Jul 04 02:40:40 CDT 2016 Peter Chen <peter.chen@nxp.com> drm/fsl-dcu: 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, but current code only calls it at error path, fix it by adding it at correct code path. Signed-off-by: Peter Chen <peter.chen@nxp.com> Signed-off-by: Stefan Agner <stefan@agner.ch>
|