linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Nathan Lynch <ntl@pobox.com>
To: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: linuxppc-dev@ozlabs.org
Subject: Re: [PATCH 2/3] convert cpu_to_l2cache() to of_find_next_cache_node()
Date: Wed, 10 Dec 2008 20:00:40 -0600	[thread overview]
Message-ID: <20081211020039.GM6958@localdomain> (raw)
In-Reply-To: <20081211124211.c3bb5442.sfr@canb.auug.org.au>

Stephen Rothwell wrote:
> On Wed, 10 Dec 2008 18:46:05 -0600 Nathan Lynch <ntl@pobox.com> wrote:
> >
> > @@ -418,13 +416,7 @@ static struct device_node *cpu_to_l2cache(int cpu)
> >  	if (np == NULL)
> >  		return NULL;
> >  
> > -	php = of_get_property(np, "l2-cache", NULL);
> > -	if (php == NULL)
> > -		return NULL;
> > -	ph = *php;
> > -	of_node_put(np);
> > -
> > -	return of_find_node_by_phandle(ph);
> > +	return of_find_next_cache_node(np);
> >  }
> 
> This leaks a reference on np ...

Thanks, will fix.

  reply	other threads:[~2008-12-11  2:00 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-11  0:46 [PATCH 1/3] add of_find_next_cache_node() Nathan Lynch
2008-12-11  0:46 ` [PATCH 2/3] convert cpu_to_l2cache() to of_find_next_cache_node() Nathan Lynch
2008-12-11  1:42   ` Stephen Rothwell
2008-12-11  2:00     ` Nathan Lynch [this message]
2008-12-11  6:16   ` [PATCH 2/3 v2] " Nathan Lynch
2008-12-11  0:46 ` [PATCH 3/3] convert sysfs cache code " Nathan Lynch
2008-12-14 23:11 ` [PATCH 1/3] add of_find_next_cache_node() Benjamin Herrenschmidt
2008-12-14 23:19   ` Nathan Lynch
2008-12-15 22:33   ` Nathan Lynch
2008-12-15 23:33     ` Benjamin Herrenschmidt
2008-12-16  0:07       ` Nathan Lynch

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=20081211020039.GM6958@localdomain \
    --to=ntl@pobox.com \
    --cc=linuxppc-dev@ozlabs.org \
    --cc=sfr@canb.auug.org.au \
    /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;
as well as URLs for NNTP newsgroup(s).