From: Stephen Rothwell <sfr@canb.auug.org.au>
To: Julia Lawall <julia@diku.dk>
Cc: linuxppc-dev@ozlabs.org, kernel-janitors@vger.kernel.org,
paulus@samba.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/4] arch/powerpc: add missing of_node_put
Date: Mon, 9 Jun 2008 23:02:14 +1000 [thread overview]
Message-ID: <20080609230214.ad6dca86.sfr@canb.auug.org.au> (raw)
In-Reply-To: <Pine.LNX.4.64.0806091418340.16009@ask.diku.dk>
[-- Attachment #1: Type: text/plain, Size: 1065 bytes --]
On Mon, 9 Jun 2008 14:20:04 +0200 (CEST) Julia Lawall <julia@diku.dk> wrote:
>
> From: Julia Lawall <julia@diku.dk>
>
> of_node_put is needed before discarding a value received from
> of_find_node_by_type, eg in error handling code.
>
> The semantic patch that makes the change is as follows:
> (http://www.emn.fr/x-info/coccinelle/)
>
> // <smpl>
> @@
> struct device_node *n;
> struct device_node *n1;
> struct device_node *n2;
> statement S;
> identifier f1,f2;
> expression E1,E2;
> constant C;
> @@
>
> n = of_find_node_by_type(...)
> ...
> if (!n) S
> ... when != of_node_put(n)
> when != n1 = f1(n,...)
> when != E1 = n
> when any
> when strict
> (
> + of_node_put(n);
> return -C;
> |
> of_node_put(n);
> |
> n2 = f2(n,...)
> |
> E2 = n
> |
> return ...;
> )
> // </smpl>
>
> Signed-off-by: Julia Lawall <julia@diku.dk>
Acked-by: Stephen Rothwell <sfr@canb.auug.org.au>
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
prev parent reply other threads:[~2008-06-09 13:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-09 12:20 [PATCH 1/4] arch/powerpc: add missing of_node_put Julia Lawall
2008-06-09 13:02 ` Stephen Rothwell [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=20080609230214.ad6dca86.sfr@canb.auug.org.au \
--to=sfr@canb.auug.org.au \
--cc=julia@diku.dk \
--cc=kernel-janitors@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@ozlabs.org \
--cc=paulus@samba.org \
/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