mirror of
https://github.com/oplus-giulia-dev/android_kernel_oneplus_sm8650-modules
synced 2025-11-03 21:45:53 +08:00
qcom: wlan: cnss2: Disable spammy logging
Change-Id: I70f40e8a50076b8791ffe7f615b83969e814d020 Signed-off-by: chandu078 <chandudyavanapelli03@gmail.com>
This commit is contained in:
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user