linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] delete unneeded of_node_put
@ 2015-10-09 17:47 Julia Lawall
  2015-10-09 17:47 ` [PATCH 1/2] memory: tegra: " Julia Lawall
  2015-10-09 17:47 ` [PATCH 2/2] clk: " Julia Lawall
  0 siblings, 2 replies; 5+ messages in thread
From: Julia Lawall @ 2015-10-09 17:47 UTC (permalink / raw)
  To: Stephen Warren
  Cc: kernel-janitors, Thierry Reding, Alexandre Courbot, linux-tegra,
	linux-kernel, linux-clk, Russell King - ARM Linux,
	Thomas Petazzoni, Andrew Lunn, Bjorn Helgaas, Jason Cooper

for_each_child_of_node performs an of_node_put on each iteration, so
putting an of_node_put before a continue results in a double put.

---

 var/julia/linuxcopy/drivers/clk/tegra/clk-emc.c         |    4 +---
 var/julia/linuxcopy/drivers/memory/tegra/mc.c           |    4 +---
 var/julia/linuxcopy/drivers/memory/tegra/tegra124-emc.c |    4 +---
 3 files changed, 3 insertions(+), 9 deletions(-)

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

end of thread, other threads:[~2016-06-14  9:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-09 17:47 [PATCH 0/2] delete unneeded of_node_put Julia Lawall
2015-10-09 17:47 ` [PATCH 1/2] memory: tegra: " Julia Lawall
2016-06-14  9:38   ` Thierry Reding
2015-10-09 17:47 ` [PATCH 2/2] clk: " Julia Lawall
2015-10-12 18:52   ` Stephen Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).