[Skiboot] [PATCH 10/25] hw/chiptod: Fix tabs in opal_resync_timebase
Joel Stanley
joel at jms.id.au
Tue Sep 5 15:51:47 AEST 2017
Signed-off-by: Joel Stanley <joel at jms.id.au>
---
hw/chiptod.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/hw/chiptod.c b/hw/chiptod.c
index e157f0636ec4..eefaed270523 100644
--- a/hw/chiptod.c
+++ b/hw/chiptod.c
@@ -1580,9 +1580,9 @@ error_out:
static int64_t opal_resync_timebase(void)
{
if (!chiptod_wakeup_resync()) {
- prerror("OPAL: Resync timebase failed on CPU 0x%04x\n",
+ prerror("OPAL: Resync timebase failed on CPU 0x%04x\n",
this_cpu()->pir);
- return OPAL_HARDWARE;
+ return OPAL_HARDWARE;
}
return OPAL_SUCCESS;
}
--
2.14.1
More information about the Skiboot
mailing list