qcom: wlan: cnss2: Disable spammy logging

Change-Id: I70f40e8a50076b8791ffe7f615b83969e814d020
Signed-off-by: chandu078 <chandudyavanapelli03@gmail.com>
This commit is contained in:
Bruno Martins
2023-09-08 18:25:31 +01:00
committed by chandu078
parent fd838c0ccf
commit 62ad78250f

View File

@@ -2301,8 +2301,10 @@ static int cnss_pci_set_mhi_state(struct cnss_pci_data *pci_priv,
if (ret)
goto out;
#ifndef OPLUS_BUG_STABILITY
cnss_pr_vdbg("Setting MHI state: %s(%d)\n",
cnss_mhi_state_to_str(mhi_state), mhi_state);
#endif /* OPLUS_BUG_STABILITY */
switch (mhi_state) {
case CNSS_MHI_INIT:
@@ -4433,7 +4435,9 @@ static int cnss_pci_runtime_suspend(struct device *dev)
}
}
#ifndef OPLUS_BUG_STABILITY
cnss_pr_vdbg("Runtime suspend start\n");
#endif /* OPLUS_BUG_STABILITY */
driver_ops = pci_priv->driver_ops;
if (driver_ops && driver_ops->runtime_ops &&