All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] add missing of_node_puts
@ 2019-01-13  8:47 ` Julia Lawall
  0 siblings, 0 replies; 36+ messages in thread
From: Julia Lawall @ 2019-01-13  8:47 UTC (permalink / raw)
  To: linux-rockchip
  Cc: David Airlie, kernel-janitors, linux-kernel, dri-devel,
	linux-mediatek, linux-arm-kernel

The device node iterators perform an of_node_get on each iteration, so a
jump out of the loop requires an of_node_put.

The patches for drivers/gpu/drm/imx/imx-ldb.c and
drivers/gpu/drm/sun4i/sun4i_backend.c contain some added of_node_puts for
which the need was identified manually.  Details are in the patch logs.

---

 drivers/gpu/drm/imx/imx-ldb.c           |   25 +++++++++++++++++--------
 drivers/gpu/drm/mediatek/mtk_drm_drv.c  |    5 ++++-
 drivers/gpu/drm/rockchip/rockchip_rgb.c |    4 +++-
 drivers/gpu/drm/sun4i/sun4i_backend.c   |    1 +
 4 files changed, 25 insertions(+), 10 deletions(-)

^ permalink raw reply	[flat|nested] 36+ messages in thread

end of thread, other threads:[~2019-01-17 14:00 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-13  8:47 [PATCH 0/4] add missing of_node_puts Julia Lawall
2019-01-13  8:47 ` Julia Lawall
2019-01-13  8:47 ` Julia Lawall
2019-01-13  8:47 ` Julia Lawall
2019-01-13  8:47 ` [PATCH 1/4] drm/mediatek: " Julia Lawall
2019-01-13  8:47   ` Julia Lawall
2019-01-13  8:47   ` Julia Lawall
2019-01-13  8:47   ` Julia Lawall
2019-01-13  8:47 ` [PATCH 2/4] drm/imx: imx-ldb: " Julia Lawall
2019-01-13  8:47   ` Julia Lawall
2019-01-13  8:47   ` Julia Lawall
2019-01-17 14:00   ` Philipp Zabel
2019-01-17 14:00     ` Philipp Zabel
2019-01-13  8:47 ` [PATCH 3/4] drm/rockchip: add missing of_node_put Julia Lawall
2019-01-13  8:47   ` Julia Lawall
2019-01-13  8:47   ` Julia Lawall
2019-01-13 18:48   ` Heiko Stuebner
2019-01-13 18:48     ` Heiko Stuebner
2019-01-13 18:48     ` Heiko Stuebner
2019-01-13 18:48     ` Heiko Stuebner
2019-01-14 10:05     ` Daniel Vetter
2019-01-14 10:05       ` Daniel Vetter
2019-01-14 10:05       ` Daniel Vetter
2019-01-14 10:05       ` Daniel Vetter
2019-01-14 10:09       ` Heiko Stuebner
2019-01-14 10:09         ` Heiko Stuebner
2019-01-14 10:09         ` Heiko Stuebner
2019-01-14 10:09         ` Heiko Stuebner
2019-01-13  8:47 ` [PATCH 4/4] drm/sun4i: backend: add missing of_node_puts Julia Lawall
2019-01-13  8:47   ` Julia Lawall
2019-01-13  8:47   ` Julia Lawall
2019-01-13  8:47   ` Julia Lawall
2019-01-16  8:59   ` Maxime Ripard
2019-01-16  8:59     ` Maxime Ripard
2019-01-16  8:59     ` Maxime Ripard
2019-01-16  8:59     ` Maxime Ripard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.