commit | c470bc92e2cc800572003569b96c1b2a1a5a6b7c | [log] [tgz] |
---|---|---|
author | AnilKumar Chimata <anilc@codeaurora.org> | Wed Jun 12 13:08:37 2013 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Tue Jul 02 16:39:51 2013 -0700 |
tree | c803c880066c990cfd3117a311a399cd540f4f89 | |
parent | 5370c7a0c2901a16e8eb7701410e066af6d383cc [diff] |
qseecom: Fix issues in the return path of load external elf Fixes the issues during the return path of qseecom load external elf function. Improper return paths are present during the error handling cases. Wrong goto calls results in unwanted code clean-ups which might create problems. This patch corrects the return paths during the error cases. Change-Id: Icd526448e7be355acb438fff600e3e85664f75f5 CRs-fixed: 498153 Signed-off-by: AnilKumar Chimata <anilc@codeaurora.org>