From: Alexandre Torgue <alexandre.torgue@st.com>
To: Julia Lawall <Julia.Lawall@lip6.fr>,
Giuseppe Cavallaro <peppe.cavallaro@st.com>
Cc: <kernel-janitors@vger.kernel.org>, <netdev@vger.kernel.org>,
<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] stmmac: add missing of_node_put
Date: Tue, 17 Jan 2017 14:54:50 +0100 [thread overview]
Message-ID: <3b6da79c-93aa-b3e4-a36d-15325873711d@st.com> (raw)
In-Reply-To: <1484652201-20048-1-git-send-email-Julia.Lawall@lip6.fr>
Hi
On 01/17/2017 12:23 PM, Julia Lawall wrote:
> The function stmmac_dt_phy provides several possibilities for initializing
> plat->mdio_node, all of which have the effect of increasing the reference
> count of the assigned value. This field is not updated elsewhere, so the
> value is live until the end of the lifetime of plat (devm_allocated), just
> after the end of stmmac_remove_config_dt. Thus, add an of_node_put on
> plat->mdio_node in stmmac_remove_config_dt. It is possible that the field
> mdio_node is never initialized, but of_node_put is NULL-safe, so it is also
> safe to call of_node_put in that case.
>
> Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
>
> ---
> drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c b/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c
> index 4daa8a3..460f94f 100644
> --- a/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c
> +++ b/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c
> @@ -409,6 +409,7 @@ void stmmac_remove_config_dt(struct platform_device *pdev,
> if (of_phy_is_fixed_link(np))
> of_phy_deregister_fixed_link(np);
> of_node_put(plat->phy_node);
> + of_node_put(plat->mdio_node);
> }
> #else
> struct plat_stmmacenet_data *
>
Acked-by: Alexandre TORGUE <alexandre.torgue@st.com>
Thanks
Alex
next prev parent reply other threads:[~2017-01-17 13:54 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-17 11:23 [PATCH] stmmac: add missing of_node_put Julia Lawall
2017-01-17 13:54 ` Alexandre Torgue [this message]
2017-01-17 19:10 ` David Miller
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=3b6da79c-93aa-b3e4-a36d-15325873711d@st.com \
--to=alexandre.torgue@st.com \
--cc=Julia.Lawall@lip6.fr \
--cc=kernel-janitors@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=peppe.cavallaro@st.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox