[Skiboot] [PATCH] hw/phb4: Fix indentation of brdgCtl
Oliver O'Halloran
oohall at gmail.com
Tue Feb 26 16:49:51 AEDT 2019
Come on bridge control register. You're letting the team down.
Signed-off-by: Oliver O'Halloran <oohall at gmail.com>
---
hw/phb4.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/hw/phb4.c b/hw/phb4.c
index 0f4b15c01c45..ffdb01632fd2 100644
--- a/hw/phb4.c
+++ b/hw/phb4.c
@@ -2029,8 +2029,7 @@ static void phb4_eeh_dump_regs(struct phb4 *p)
}
phb4_read_phb_status(p, s);
-
- PHBERR(p, "brdgCtl = %08x\n", s->brdgCtl);
+ PHBERR(p, " brdgCtl = %08x\n", s->brdgCtl);
/* PHB4 cfg regs */
PHBERR(p, " deviceStatus = %08x\n", s->deviceStatus);
--
2.20.1
More information about the Skiboot
mailing list