diff mbox

VAS: Remove misleading print

Message ID 20170817034410.1199-1-mikey@neuling.org
State Accepted
Headers show

Commit Message

Michael Neuling Aug. 17, 2017, 3:44 a.m. UTC
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>
---
 core/vas.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

Stewart Smith Aug. 21, 2017, 5:46 a.m. UTC | #1
Michael Neuling <mikey@neuling.org> writes:
> 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>
> ---
>  core/vas.c | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)

Thanks. Merged to master as of d34eaffad9ee1c9513c535cbfbb2df74691d5ec6
diff mbox

Patch

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: