projects
/
profile
/
common
/
kernel-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
355f1ec
)
drivers/video/mmp/core.c: fix use-after-free bug
author
Andrei Epure
<epure.andrei@gmail.com>
Wed, 17 Apr 2013 22:58:24 +0000
(15:58 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Wed, 17 Apr 2013 23:10:44 +0000
(16:10 -0700)
Found with coccinelle.
Signed-off-by: Andrei Epure <epure.andrei@gmail.com>
Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/mmp/core.c
patch
|
blob
|
history
diff --git
a/drivers/video/mmp/core.c
b/drivers/video/mmp/core.c
index
9ed8341
..
84de263
100644
(file)
--- 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);