[Skiboot] [PATCH] nx: Cleanup init message for P9 RNG
Michael Neuling
mikey at neuling.org
Mon May 1 16:18:17 AEST 2017
Signed-off-by: Michael Neuling <mikey at neuling.org>
---
hw/nx.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/nx.c b/hw/nx.c
index 1391dfb1ce..921273c733 100644
--- a/hw/nx.c
+++ b/hw/nx.c
@@ -57,7 +57,7 @@ void nx_p9_rng_init(void)
bar | P9X_NX_MMIO_BAR_EN);
/* Read config register for pace info */
xscom_read(chip->id, P9X_NX_RNG_CFG, &tmp);
- prlog(PR_INFO, "%x NX RNG pace:%lli)\n", chip->id,
+ prlog(PR_INFO, "NX RNG[%x] pace:%lli\n", chip->id,
0xffff & (tmp >> 2));
/* 2) DARN BAR */
--
2.11.0
More information about the Skiboot
mailing list