Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6367afc9 authored by Mohammed Siddiq's avatar Mohammed Siddiq
Browse files

Revert "cnss2: Dump mhi debug regs on receiving mhi WAKE event cb"



This reverts commit I03f8c85d8ca4f9bd1d438c1aa5bb149e86839b29.

Change-Id: I4e2cbf24ba935744db1c1dff78ebdccfedae352e
Signed-off-by: default avatarMohammed Siddiq <msiddiq@codeaurora.org>
parent b7903c23
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -2662,7 +2662,6 @@ static void cnss_pci_event_cb(struct msm_pcie_notify *notify)
		cnss_pci_handle_linkdown(pci_priv);
		break;
	case MSM_PCIE_EVENT_WAKEUP:
		cnss_pr_dbg("PCI WAKE event callback\n");
		complete(&pci_priv->wake_event);
		if ((cnss_pci_get_monitor_wake_intr(pci_priv) &&
		     cnss_pci_get_auto_suspended(pci_priv)) ||
@@ -2670,11 +2669,6 @@ static void cnss_pci_event_cb(struct msm_pcie_notify *notify)
			cnss_pci_set_monitor_wake_intr(pci_priv, false);
			cnss_pci_pm_request_resume(pci_priv);
		}

		if (cnss_pci_check_link_status(pci_priv))
			return;

		mhi_debug_reg_dump(pci_priv->mhi_ctrl);
		break;
	case MSM_PCIE_EVENT_DRV_CONNECT:
		cnss_pr_dbg("DRV subsystem is connected\n");