aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Currey <ruscur@russell.cc>2017-08-10 16:58:39 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-08-11 16:37:21 +1000
commit891665d2c1e93fcedc0191cb0d4315a7609f427b (patch)
treee2318c2953b09671f12972f57324fbf3fadd447e
parent3e4cd293c9690b06e437b404b1f032a280630dc3 (diff)
downloadskiboot-891665d2c1e93fcedc0191cb0d4315a7609f427b.zip
skiboot-891665d2c1e93fcedc0191cb0d4315a7609f427b.tar.gz
skiboot-891665d2c1e93fcedc0191cb0d4315a7609f427b.tar.bz2
phb4: Fix duplicate in EEH register dump
Signed-off-by: Russell Currey <ruscur@russell.cc> Reviewed-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
-rw-r--r--hw/phb4.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/phb4.c b/hw/phb4.c
index b207b6a..7e8f68b 100644
--- a/hw/phb4.c
+++ b/hw/phb4.c
@@ -1925,7 +1925,6 @@ static void phb4_eeh_dump_regs(struct phb4 *p)
PHBERR(p, " devCmdStatus = %08x\n", s->devCmdStatus);
PHBERR(p, " devSecStatus = %08x\n", s->devSecStatus);
PHBERR(p, " rootErrorStatus = %08x\n", s->rootErrorStatus);
- PHBERR(p, " uncorrErrorStatus = %08x\n", s->uncorrErrorStatus);
PHBERR(p, " corrErrorStatus = %08x\n", s->corrErrorStatus);
PHBERR(p, " uncorrErrorStatus = %08x\n", s->uncorrErrorStatus);