summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorWen Yang <wen.yang99@zte.com.cn>2019-04-08 10:58:32 +0800
committerTomi Valkeinen <tomi.valkeinen@ti.com>2020-02-11 11:46:51 +0200
commit47340e46f34a3b1d80e40b43ae3d7a8da34a3541 (patch)
tree4bf8e9157499f4294ac3657eba2733ef2896b6bc /scripts
parent29523450aa64593819903b20857360b6c2c5b2c3 (diff)
downloadlinux-47340e46f34a3b1d80e40b43ae3d7a8da34a3541.tar.bz2
drm/omap: fix possible object reference leak
The call to of_find_matching_node returns a node pointer with refcount incremented thus it must be explicitly decremented after the last usage. Detected by coccinelle with the following warnings: drivers/gpu/drm/omapdrm/dss/omapdss-boot-init.c:212:2-8: ERROR: missing of_node_put; acquired a node pointer with refcount incremented on line 209, but without a corresponding object release within this function. drivers/gpu/drm/omapdrm/dss/omapdss-boot-init.c:237:1-7: ERROR: missing of_node_put; acquired a node pointer with refcount incremented on line 209, but without a corresponding object release within this function. Signed-off-by: Wen Yang <wen.yang99@zte.com.cn> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Mukesh Ojha <mojha@codeaurora.org> Cc: Tomi Valkeinen <tomi.valkeinen@ti.com> Cc: David Airlie <airlied@linux.ie> Cc: Daniel Vetter <daniel@ffwll.ch> Cc: Sebastian Reichel <sebastian.reichel@collabora.com> Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Cc: dri-devel@lists.freedesktop.org Cc: linux-kernel@vger.kernel.org Cc: Markus Elfring <Markus.Elfring@web.de> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Link: https://patchwork.freedesktop.org/patch/msgid/1554692313-28882-2-git-send-email-wen.yang99@zte.com.cn
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions