[Skiboot] [PATCH 2/6] phb4: Fix duplicate in EEH register dump

Russell Currey ruscur at russell.cc
Thu Aug 10 16:58:39 AEST 2017


Signed-off-by: Russell Currey <ruscur at russell.cc>
---
 hw/phb4.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/hw/phb4.c b/hw/phb4.c
index b207b6a1..7e8f68bf 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);
 
-- 
2.14.0



More information about the Skiboot mailing list