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

Commit a690bd88 authored by Yan He's avatar Yan He Committed by Gerrit - the friendly Code Review server
Browse files

msm: ep_pcie: notify client about link up event



Notify client about link up event when the link is re-enabled by
host.

Change-Id: I3f800807c219105ccaf9bda2c68e0e9a50492a34
Signed-off-by: default avatarYan He <yanhe@codeaurora.org>
parent de5acb27
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1414,8 +1414,9 @@ static irqreturn_t ep_pcie_handle_bme_irq(int irq, void *data)
			schedule_work(&dev->handle_bme_work);
		} else {
			EP_PCIE_DBG(dev,
				"PCIe V%d:BME is set again after the enumeration has completed\n",
				"PCIe V%d:BME is set again after the enumeration has completed; callback client for link ready.\n",
				dev->rev);
			ep_pcie_notify_event(dev, EP_PCIE_EVENT_LINKUP);
		}
	} else {
		EP_PCIE_DBG(dev,