commit | a27263d48e68712fbc97db0c785a13e2dad7b572 | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Tue Feb 05 10:20:19 2019 -0600 |
committer | Matt Spinler <spinler@us.ibm.com> | Tue Feb 05 10:20:19 2019 -0600 |
tree | b9f7f01bd311baf2a41da40d5f37b406ca8bd7f8 | |
parent | 729521fef4fd2ab270fd0ebbc5035ad4ac7e5472 [diff] |
Don't create errors in cleanupPCIE This code always just runs in the power off path, and at times it may be called when power is already off. In that case the FSI access would fail since the processor won't have power, so just catch the error and continue on. Change-Id: Ic02b17875763b0540edaaec47ee19846f305db72 Signed-off-by: Matt Spinler <spinler@us.ibm.com>