[Skiboot] [PATCH] VAS: Remove misleading print

Michael Neuling mikey at neuling.org
Thu Aug 17 13:44:10 AEST 2017


If there are no VAS nodes in the device tree we will still print this
misleading message.

Chips are already printed as they are inited.

Signed-off-by: Michael Neuling <mikey at neuling.org>
---
 core/vas.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/core/vas.c b/core/vas.c
index a00dc26961..eb7344343b 100644
--- a/core/vas.c
+++ b/core/vas.c
@@ -422,7 +422,7 @@ static int init_vas_inst(struct dt_node *np)
 
 	create_mm_dt_node(chip);
 
-	prlog(PR_INFO, "VAS: Initialized chip %d\n", chip->id);
+	prlog(PR_NOTICE, "VAS: Initialized chip %d\n", chip->id);
 	return 0;
 
 }
@@ -440,7 +440,6 @@ void vas_init()
 	}
 
 	vas_initialized = 1;
-	prlog(PR_NOTICE, "VAS: Initialized\n");
 	return;
 
 out:
-- 
2.11.0



More information about the Skiboot mailing list