summaryrefslogtreecommitdiffstats
path: root/src/occ_405/cmdh/cmdh_fsp.c
diff options
context:
space:
mode:
authorWilliam Bryan <wilbryan@us.ibm.com>2015-10-09 19:42:51 -0500
committerWilliam A. Bryan <wilbryan@us.ibm.com>2015-11-02 14:22:16 -0600
commit39d70f23e9ecbede782727a2202911eea89c1003 (patch)
tree466f7c568bfd3be07bf426dbb733f2fc51c71d34 /src/occ_405/cmdh/cmdh_fsp.c
parentb780668c24b267b1831b411a8f30fa3ae98ba10a (diff)
downloadtalos-occ-39d70f23e9ecbede782727a2202911eea89c1003.tar.gz
talos-occ-39d70f23e9ecbede782727a2202911eea89c1003.zip
Fixed warnings and added -Werror CFLAG
Fixed adding traces in error handling code RTC: 137993 Change-Id: Ifc48da76bf2af90435b708c3415b5f456957911b Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/21097 Tested-by: William A. Bryan <wilbryan@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@us.ibm.com>
Diffstat (limited to 'src/occ_405/cmdh/cmdh_fsp.c')
-rwxr-xr-xsrc/occ_405/cmdh/cmdh_fsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/occ_405/cmdh/cmdh_fsp.c b/src/occ_405/cmdh/cmdh_fsp.c
index 054fc0b..b427433 100755
--- a/src/occ_405/cmdh/cmdh_fsp.c
+++ b/src/occ_405/cmdh/cmdh_fsp.c
@@ -193,7 +193,7 @@ int cmdh_fsp_fsi2host_mbox_wait4free(void)
int rc,rc2 = 0;
int l_do_once = 0;
int l_timeout = FSI2HOST_TIMEOUT_IN_SECONDS;
- ChipConfigCores l_cores, l_swup_timedout;
+ ChipConfigCores l_cores, l_swup_timedout = 0;
pmc_core_deconfiguration_reg_t l_pcdr;
bool l_disable_swup;
errlHndl_t l_errl;
OpenPOWER on IntegriCloud