mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 02:01:36 +03:00
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 <mahkumar@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-t23x/+/2352003 Reviewed-by: automaticguardword <automaticguardword@nvidia.com> Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Santosh Galma <galmar@nvidia.com> Reviewed-by: Arun Swain <arswain@nvidia.com> Reviewed-by: Mitch Luban <mluban@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> GVS: Gerrit_Virtual_Submit
This commit is contained in:
committed by
Laxman Dewangan
parent
606f03fbf2
commit
91c35f09be
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user