aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hdata/spira.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hdata/spira.c b/hdata/spira.c
index 7be53b9..7e88348 100644
--- a/hdata/spira.c
+++ b/hdata/spira.c
@@ -1508,7 +1508,7 @@ static void add_npus(void)
/* some hostboots will give us an empty array */
if (be32_to_cpu(links->ecnt))
- add_npu(xscom, links, npu_index, phb_index);
+ add_npu(xscom, links, npu_index++, phb_index++);
}
}