From: Andrei Epure <epure.andrei@gmail.com>
To: FlorianSchandinat@gmx.de
Cc: akpm@linux-foundation.org, haojian.zhuang@gmail.com,
cldu@marvell.com, zzhu3@marvell.com, linux-fbdev@vger.kernel.org,
linux-kernel@vger.kernel.org,
Andrei Epure <epure.andrei@gmail.com>
Subject: [PATCH] video: mmp: removed reference preceded by free
Date: Wed, 27 Mar 2013 20:48:38 +0000 [thread overview]
Message-ID: <1364417318-26650-1-git-send-email-epure.andrei@gmail.com> (raw)
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);
--
1.7.9.5
next reply other threads:[~2013-03-27 20:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-27 20:48 Andrei Epure [this message]
2013-03-28 1:38 ` [PATCH] video: mmp: removed reference preceded by free Zhou Zhu
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=1364417318-26650-1-git-send-email-epure.andrei@gmail.com \
--to=epure.andrei@gmail.com \
--cc=FlorianSchandinat@gmx.de \
--cc=akpm@linux-foundation.org \
--cc=cldu@marvell.com \
--cc=haojian.zhuang@gmail.com \
--cc=linux-fbdev@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=zzhu3@marvell.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;
as well as URLs for NNTP newsgroup(s).