[Skiboot] [PATCH] hdat: Add missing newline to print

Michael Neuling mikey at neuling.org
Mon Jul 17 16:30:24 AEST 2017


Signed-off-by: Michael Neuling <mikey at neuling.org>
---
 hdata/iohub.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hdata/iohub.c b/hdata/iohub.c
index de163da678..feb805ec3c 100644
--- a/hdata/iohub.c
+++ b/hdata/iohub.c
@@ -474,7 +474,7 @@ static void io_parse_fru(const void *sp_iohubs)
 			      " Not installed\n", i);
 			continue;
 		case CECHUB_HUB_FLAG_STATE_UNUSABLE:
-			prlog(PR_DEBUG, "CEC:   IO Hub Chip #%d Unusable", i);
+			prlog(PR_DEBUG, "CEC:   IO Hub Chip #%d Unusable\n", i);
 			continue;
 		}
 
-- 
2.11.0



More information about the Skiboot mailing list