From 91c35f09be093611e8d70fad79f0b3ad3537d06e Mon Sep 17 00:00:00 2001 From: Mahesh Kumar Date: Thu, 28 May 2020 10:31:10 +0530 Subject: [PATCH] dce: avoid kmsg flooding with info print. If dce is not initialized dce-driver prints a print every second. This patch removes the print as we already have debug node to check the dce-boot status. Change-Id: I25a8830dce6a61eef122b58fc211b53c2bb04cd4 Signed-off-by: Mahesh Kumar Reviewed-on: https://git-master.nvidia.com/r/c/linux-t23x/+/2352003 Reviewed-by: automaticguardword Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Santosh Galma Reviewed-by: Arun Swain Reviewed-by: Mitch Luban Reviewed-by: mobile promotions Tested-by: mobile promotions GVS: Gerrit_Virtual_Submit --- drivers/platform/tegra/dce/dce-worker.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/platform/tegra/dce/dce-worker.c b/drivers/platform/tegra/dce/dce-worker.c index b37d68b5..43551523 100644 --- a/drivers/platform/tegra/dce/dce-worker.c +++ b/drivers/platform/tegra/dce/dce-worker.c @@ -91,9 +91,6 @@ void dce_worker_thread_wait(struct tegra_dce *d, ret = DCE_COND_WAIT_INTERRUPTIBLE(&w->cond, dce_worker_wakeup_cond(d), timeout_val_ms); - if (ret) - dce_info(d, "Timeout occurred in event [%d] & state [%d]", - event, w->c_state); dce_mutex_lock(&w->lock);