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

Commit 1beea581 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ep_pcie: notify client about link up event"

parents 13f35620 a690bd88
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,