From: Zhou Zhu <zzhu3@marvell.com>
To: Andrei Epure <epure.andrei@gmail.com>
Cc: "FlorianSchandinat@gmx.de" <FlorianSchandinat@gmx.de>,
"akpm@linux-foundation.org" <akpm@linux-foundation.org>,
"haojian.zhuang@gmail.com" <haojian.zhuang@gmail.com>,
Lisa Du <cldu@marvell.com>,
"linux-fbdev@vger.kernel.org" <linux-fbdev@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] video: mmp: removed reference preceded by free
Date: Thu, 28 Mar 2013 01:38:09 +0000 [thread overview]
Message-ID: <51539F01.2020401@marvell.com> (raw)
In-Reply-To: <1364417318-26650-1-git-send-email-epure.andrei@gmail.com>
On 03/28/2013 04:48 AM, Andrei Epure wrote:
> Patch found with coccinelle.
>
> Signed-off-by: Andrei Epure <epure.andrei@gmail.com>
> ---
> drivers/video/mmp/core.c | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/drivers/video/mmp/core.c b/drivers/video/mmp/core.c
> index 9ed8341..84de263 100644
> --- a/drivers/video/mmp/core.c
> +++ b/drivers/video/mmp/core.c
> @@ -252,7 +252,5 @@ void mmp_unregister_path(struct mmp_path *path)
>
> kfree(path);
> mutex_unlock(&disp_lock);
> -
> - dev_info(path->dev, "de-register %s\n", path->name);
> }
> EXPORT_SYMBOL_GPL(mmp_unregister_path);
>
Acked-by: Zhou Zhu <zzhu3@marvell.com>
prev parent reply other threads:[~2013-03-28 1:38 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-27 20:48 [PATCH] video: mmp: removed reference preceded by free Andrei Epure
2013-03-28 1:38 ` Zhou Zhu [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=51539F01.2020401@marvell.com \
--to=zzhu3@marvell.com \
--cc=FlorianSchandinat@gmx.de \
--cc=akpm@linux-foundation.org \
--cc=cldu@marvell.com \
--cc=epure.andrei@gmail.com \
--cc=haojian.zhuang@gmail.com \
--cc=linux-fbdev@vger.kernel.org \
--cc=linux-kernel@vger.kernel.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;
as well as URLs for NNTP newsgroup(s).