From: Tapasweni Pathak Date: Thu, 30 Oct 2014 15:41:57 +0000 (+0530) Subject: staging: rtl8188eu: core: Improve cleanup code X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~557 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cfab18ce55282a85e2c7e5db15c5daf065efdb4;p=pandora-kernel.git staging: rtl8188eu: core: Improve cleanup code The code is restructured such that kfree(efuseTbl) is not called if the allocation of efuseTbl and such that kfree(eFuseWord) is not called if the allocation of eFuseWord has failed. To accomplish this a new label eFuseWord_failed has been added. Suggested by: Julia Lawall Signed-off-by: Tapasweni Pathak Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed