Skip to content

Commit

Permalink
hw/phb4: Fix indentation of brdgCtl
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
oohal authored and stewartsmith committed Feb 26, 2019
1 parent c0f17ca commit 9b67792
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hw/phb4.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 9b67792

Please sign in to comment.