summaryrefslogtreecommitdiffstats
path: root/hw/fsp
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2016-08-09 16:38:11 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-08-11 19:54:22 +1000
commitced031a0002f4ddee7e06a97a6b4fe47830b3a5c (patch)
tree85240d8d35cd3d97f5760ca0db7e5a6f6e47c771 /hw/fsp
parentf605be73d7b1c4a32a66824d3c02470f540636bc (diff)
downloadblackbird-skiboot-ced031a0002f4ddee7e06a97a6b4fe47830b3a5c.tar.gz
blackbird-skiboot-ced031a0002f4ddee7e06a97a6b4fe47830b3a5c.zip
psi: Remove psi->working
I was only ever set to true Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'hw/fsp')
-rw-r--r--hw/fsp/fsp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/fsp/fsp.c b/hw/fsp/fsp.c
index 26cad638..58219a0a 100644
--- a/hw/fsp/fsp.c
+++ b/hw/fsp/fsp.c
@@ -1897,8 +1897,6 @@ static void fsp_update_links_states(struct fsp *fsp)
for (i = 0; i < fsp->iopath_count; i++) {
fiop = &fsp->iopath[i];
if (!fiop->psi)
- continue;
- if (!fiop->psi->working)
fiop->state = fsp_path_bad;
else if (fiop->psi->active) {
fsp->active_iopath = i;
OpenPOWER on IntegriCloud