aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorMichael Neuling <mikey@neuling.org>2017-08-17 13:44:10 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-08-21 11:58:19 +1000
commitd34eaffad9ee1c9513c535cbfbb2df74691d5ec6 (patch)
treec5e166922432ddbae8804a1511d2386b3c5bb184 /core
parentf5d90498d52cc128b90f65ce410dfb42943ba004 (diff)
downloadskiboot-d34eaffad9ee1c9513c535cbfbb2df74691d5ec6.zip
skiboot-d34eaffad9ee1c9513c535cbfbb2df74691d5ec6.tar.gz
skiboot-d34eaffad9ee1c9513c535cbfbb2df74691d5ec6.tar.bz2
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 <mikey@neuling.org> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'core')
-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: