public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <m.chehab@samsung.com>
To: Libo Chen <clbchenlibo.chen@huawei.com>
Cc: dougthompson@xmission.com, linux-edac@vger.kernel.org,
	LKML <linux-kernel@vger.kernel.org>,
	Greg KH <gregkh@linuxfoundation.org>,
	mchehab@redhat.com, Li Zefan <lizefan@huawei.com>
Subject: Re: [PATCH] edac: cell_edac: fix missing of_node_put
Date: Thu, 14 Nov 2013 17:25:13 -0200	[thread overview]
Message-ID: <20131114172513.6f1b1e7b@samsung.com> (raw)
In-Reply-To: <521AFB77.9080401@huawei.com>

Em Mon, 26 Aug 2013 14:53:43 +0800
Libo Chen <clbchenlibo.chen@huawei.com> escreveu:

> 
> decrease device_node refcount np after task completion
> 
> Signed-off-by: Libo Chen <libo.chen@huawei.com>


Applied.

Patch is at:
	http://git.infradead.org/users/mchehab/edac.git
and
	http://git.kernel.org/cgit/linux/kernel/git/mchehab/linux-edac.git

> ---
>  drivers/edac/cell_edac.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/edac/cell_edac.c b/drivers/edac/cell_edac.c
> index c2eaf33..493dc30 100644
> --- a/drivers/edac/cell_edac.c
> +++ b/drivers/edac/cell_edac.c
> @@ -162,6 +162,7 @@ static void cell_edac_init_csrows(struct mem_ctl_info *mci)
>  			csrow->first_page, nr_pages);
>  		break;
>  	}
> +	of_node_put(np);
>  }
> 
>  static int cell_edac_probe(struct platform_device *pdev)


-- 

Cheers,
Mauro

      reply	other threads:[~2013-11-14 19:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-26  6:53 [PATCH] edac: cell_edac: fix missing of_node_put Libo Chen
2013-11-14 19:25 ` Mauro Carvalho Chehab [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=20131114172513.6f1b1e7b@samsung.com \
    --to=m.chehab@samsung.com \
    --cc=clbchenlibo.chen@huawei.com \
    --cc=dougthompson@xmission.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-edac@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lizefan@huawei.com \
    --cc=mchehab@redhat.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