> > 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 > > Cc: Tomi Valkeinen > > Cc: David Airlie > > Cc: Daniel Vetter > > Cc: Sebastian Reichel > > Cc: Laurent Pinchart > > Cc: dri-devel@lists.freedesktop.org > > Cc: linux-kernel@vger.kernel.org > > Reviewed-by: Laurent Pinchart > > Would you like to get the series merged in one go, or individual patches > picked by the respective maintainer ? Thank you. We are sorry that we did not respond in time because of the Ching Ming Festival holiday. In our opinion, both ways are fine. In addition, we just checked and found that some patches have been selected by the maintainers. -- Regards, Wen