cnss2: Move repetitive logs to cnss-long IPC logs

Move trivial repetitive logs from cnss IPC logs to
cnss-long IPC logs. This will reduce the chances of
losing important logs required for debug.

Change-Id: I9cfe76614603d5fb9b3e5d4a2f062abbb7fa754f
CRs-Fixed: 3580107
This commit is contained in:
Naman Padhiar
2023-08-03 19:39:11 +05:30
committed by Rahul Choudhary
parent 87ee900083
commit 6f7e807fb9
2 changed files with 3 additions and 3 deletions

View File

@@ -2105,7 +2105,7 @@ retry_mhi_suspend:
ret = mhi_pm_suspend(pci_priv->mhi_ctrl);
mutex_unlock(&pci_priv->mhi_ctrl->pm_mutex);
if (ret == -EBUSY && retry++ < MHI_SUSPEND_RETRY_MAX_TIMES) {
cnss_pr_dbg("Retry MHI suspend #%d\n", retry);
cnss_pr_vdbg("Retry MHI suspend #%d\n", retry);
usleep_range(MHI_SUSPEND_RETRY_DELAY_US,
MHI_SUSPEND_RETRY_DELAY_US + 1000);
goto retry_mhi_suspend;