From: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
To: Liang He <windhl@126.com>
Cc: linux-mips@vger.kernel.org
Subject: Re: [PATCH v2] mips: lantiq: Add missing of_node_put() in irq.c
Date: Wed, 22 Jun 2022 09:55:14 +0200 [thread overview]
Message-ID: <20220622075514.GA7828@alpha.franken.de> (raw)
In-Reply-To: <20220621154125.4084010-1-windhl@126.com>
On Tue, Jun 21, 2022 at 11:41:25PM +0800, Liang He wrote:
> In icu_of_init(), of_find_compatible_node() will return a node
> pointer with refcount incremented. We should use of_node_put()
> when it is not used anymore.
>
> Signed-off-by: Liang He <windhl@126.com>
> ---
> changelog:
>
> v2: fix bug intro-ed by v1, only one put needed.
> v1: add missing of_node_put()
>
> arch/mips/lantiq/irq.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/mips/lantiq/irq.c b/arch/mips/lantiq/irq.c
> index b732495f138a..20622bf0a9b3 100644
> --- a/arch/mips/lantiq/irq.c
> +++ b/arch/mips/lantiq/irq.c
> @@ -408,6 +408,7 @@ int __init icu_of_init(struct device_node *node, struct device_node *parent)
> if (!ltq_eiu_membase)
> panic("Failed to remap eiu memory");
> }
> + of_node_put(eiu_node);
>
> return 0;
> }
> --
> 2.25.1
applied to mips-fixes.
Thomas.
--
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea. [ RFC1925, 2.3 ]
prev parent reply other threads:[~2022-06-22 8:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-21 15:41 [PATCH v2] mips: lantiq: Add missing of_node_put() in irq.c Liang He
2022-06-22 7:55 ` Thomas Bogendoerfer [this message]
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=20220622075514.GA7828@alpha.franken.de \
--to=tsbogend@alpha.franken.de \
--cc=linux-mips@vger.kernel.org \
--cc=windhl@126.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.