From d34eaffad9ee1c9513c535cbfbb2df74691d5ec6 Mon Sep 17 00:00:00 2001 From: Michael Neuling Date: Thu, 17 Aug 2017 13:44:10 +1000 Subject: VAS: Remove misleading print 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 Signed-off-by: Stewart Smith --- core/vas.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/vas.c b/core/vas.c index bba9509..16b7fea 100644 --- a/core/vas.c +++ b/core/vas.c @@ -425,7 +425,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; } @@ -443,7 +443,6 @@ void vas_init() } vas_initialized = 1; - prlog(PR_NOTICE, "VAS: Initialized\n"); return; out: -- cgit v1.1