From: Daeseok Youn Date: Thu, 9 Oct 2014 04:40:11 +0000 (+0900) Subject: staging: dgap: introduce dgap_stop() X-Git-Tag: omap-for-v3.20/drop-legacy-3517~70^2~1090 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebf72ccf53f0fd494c41e856f255d09bc19d2ff4;p=pandora-kernel.git staging: dgap: introduce dgap_stop() The dgap_init_module() need to unwind for cleanup variables properly. Because dgap_init_module() calls dgap_cleanup_module() for freeing variables but this function is possible to free variables which are not allocated. Signed-off-by: Daeseok Youn Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed