summaryrefslogtreecommitdiff
path: root/cnss2/pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'cnss2/pci.c')
-rw-r--r--cnss2/pci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cnss2/pci.c b/cnss2/pci.c
index dc78895..fdb3417 100644
--- a/cnss2/pci.c
+++ b/cnss2/pci.c
@@ -1709,10 +1709,12 @@ retry_mhi_suspend:
cnss_pci_allow_l1(&pci_priv->pci_dev->dev);
} else {
#if IS_ENABLED(CONFIG_WCN_GOOGLE)
+ cnss_pr_dbg("Disable PCIe L1ss\n");
cnss_pci_prevent_l1(&pci_priv->pci_dev->dev);
#endif
ret = mhi_pm_resume(pci_priv->mhi_ctrl);
#if IS_ENABLED(CONFIG_WCN_GOOGLE)
+ cnss_pr_dbg("Enable PCIe L1ss\n");
cnss_pci_allow_l1(&pci_priv->pci_dev->dev);
#endif
}