git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8457d5
)
extcon: driver model release call not needed
author
anish kumar
<anish198519851985@gmail.com>
Mon, 22 Oct 2012 00:43:33 +0000
(09:43 +0900)
committer
MyungJoo Ham
<myungjoo.ham@samsung.com>
Tue, 23 Oct 2012 07:32:17 +0000
(16:32 +0900)
There was a case where free and list_del can be called twice
on the same pointer.So fixed it by re-arranging the code and
removing a function which was not needed.
Signed-off-by: anish kumar <anish198519851985@gmail.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
No differences found