commit | 57e7cd37059bb00cd56b60b95b8799af0db91e18 | [log] [tgz] |
---|---|---|
author | anish kumar <anish198519851985@gmail.com> | Mon Oct 22 09:43:33 2012 +0900 |
committer | MyungJoo Ham <myungjoo.ham@samsung.com> | Tue Oct 23 16:32:17 2012 +0900 |
tree | 06a6512cc4b59cc65c41ef8ed2be571f476b02b0 | |
parent | f8457d574f680a98c77846a15df13086ab1ab426 [diff] |
extcon: driver model release call not needed 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>