aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/vas.c3
1 files changed, 1 insertions, 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: