aboutsummaryrefslogtreecommitdiff
path: root/hw/phb4.c
diff options
context:
space:
mode:
authorOliver O'Halloran <oohall@gmail.com>2019-02-26 16:49:51 +1100
committerStewart Smith <stewart@linux.ibm.com>2019-02-25 23:53:41 -0600
commit9b67792c38011a59e13a40c2158d6eb69401965c (patch)
tree854a455e6e007c8558296140b5245c5ef96c319a /hw/phb4.c
parentc0f17caddcd894f68340ba1c66151cc6b26aa5de (diff)
downloadskiboot-9b67792c38011a59e13a40c2158d6eb69401965c.zip
skiboot-9b67792c38011a59e13a40c2158d6eb69401965c.tar.gz
skiboot-9b67792c38011a59e13a40c2158d6eb69401965c.tar.bz2
hw/phb4: Fix indentation of brdgCtl
Come on bridge control register. You're letting the team down. Signed-off-by: Oliver O'Halloran <oohall@gmail.com> Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'hw/phb4.c')
-rw-r--r--hw/phb4.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/hw/phb4.c b/hw/phb4.c
index dc4d042..e103ee5 100644
--- a/hw/phb4.c
+++ b/hw/phb4.c
@@ -2013,8 +2013,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);