summaryrefslogtreecommitdiffstats
path: root/src/usr/fsi
diff options
context:
space:
mode:
authorcrgeddes <crgeddes@us.ibm.com>2016-11-09 16:48:23 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-11-14 21:31:37 -0500
commit7011329d47c30f6d2c6939bc1c8b9425d3eac87b (patch)
tree2ba2f3af05396da76e84c80e0cd27e6fc5a288ea /src/usr/fsi
parent2da4b3794cb7ee133d1c4db6640aad99748ebf4b (diff)
downloadtalos-hostboot-7011329d47c30f6d2c6939bc1c8b9425d3eac87b.tar.gz
talos-hostboot-7011329d47c30f6d2c6939bc1c8b9425d3eac87b.zip
Ignore CHIP_OFFLINE pib error when scom is multicast
When a scom returns an error that says the chip was offline, if it was a multicasted scom we expect this to happen so we can ignore the error and continue RTC:163898 Change-Id: Id9753eab70f78573f0c8d27a74aef62e5715e85c Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/32455 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/fsi')
-rw-r--r--src/usr/fsi/fsidd.C8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/usr/fsi/fsidd.C b/src/usr/fsi/fsidd.C
index f09363be2..db2811f82 100644
--- a/src/usr/fsi/fsidd.C
+++ b/src/usr/fsi/fsidd.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2011,2015 */
+/* Contributors Listed Below - COPYRIGHT 2011,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -229,12 +229,6 @@ errlHndl_t ddOp(DeviceFW::OperationType i_opType,
}while(0);
- if ( l_err )
- {
- // On fail, assume no data was read or written
- io_buflen = 0;
- }
-
mutex_unlock(&g_fsiOpMux);//@fixme - RTC:98898
return l_err;
OpenPOWER on IntegriCloud