From: anish kumar Date: Mon, 22 Oct 2012 00:43:33 +0000 (+0900) Subject: extcon: driver model release call not needed X-Git-Tag: v3.7-rc3~15^2~2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57e7cd37059bb00cd56b60b95b8799af0db91e18;p=pandora-kernel.git 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 Signed-off-by: Chanwoo Choi Signed-off-by: MyungJoo Ham --- Reading git-diff-tree failed