All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Boyd <sboyd@kernel.org>
To: "Clément Léger" <clement.leger@bootlin.com>,
	"Michael Turquette" <mturquette@baylibre.com>,
	"Sylwester Nawrocki" <s.nawrocki@samsung.com>
Cc: "Clément Léger" <clement.leger@bootlin.com>,
	"Rob Herring" <robh+dt@kernel.org>,
	"Frank Rowand" <frowand.list@gmail.com>,
	linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2] clk: add missing of_node_put() in "assigned-clocks" property parsing
Date: Tue, 14 Mar 2023 17:44:35 -0700	[thread overview]
Message-ID: <9832bfd49eb83257a6a62620023773c1.sboyd@kernel.org> (raw)
In-Reply-To: <20230131083227.10990-1-clement.leger@bootlin.com>

Quoting Clément Léger (2023-01-31 00:32:27)
> When returning from of_parse_phandle_with_args(), the np member of the
> of_phandle_args structure should be put after usage. Add missing
> of_node_put() calls in both __set_clk_parents() and __set_clk_rates().
> 
> Fixes: 86be408bfbd8 ("clk: Support for clock parents and rates assigned from device tree")
> Signed-off-by: Clément Léger <clement.leger@bootlin.com>
> ---

Does this series from a year ago help[1]?

[1] https://lore.kernel.org/all/20220623121857.886-1-nuno.sa@analog.com/

Nobody reviewed it, but if you can then I can probably apply it.

  parent reply	other threads:[~2023-03-15  0:44 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-31  8:32 [PATCH v2] clk: add missing of_node_put() in "assigned-clocks" property parsing Clément Léger
2023-02-20 11:44 ` Clément Léger
2023-03-14 16:45   ` Clément Léger
2023-03-15  0:44 ` Stephen Boyd [this message]
2023-03-28  7:46   ` Clément Léger
2023-03-29 20:55 ` Stephen Boyd

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9832bfd49eb83257a6a62620023773c1.sboyd@kernel.org \
    --to=sboyd@kernel.org \
    --cc=clement.leger@bootlin.com \
    --cc=frowand.list@gmail.com \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mturquette@baylibre.com \
    --cc=robh+dt@kernel.org \
    --cc=s.nawrocki@samsung.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.