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

Commit d6a4bbcf authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ep_pcie: set irq flag to IRQF_EARLY_RESUME for PERST irq"

parents c53aac75 f5315064
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2558,7 +2558,8 @@ int32_t ep_pcie_irq_init(struct ep_pcie_dev_t *dev)
	perst_irq = gpio_to_irq(dev->gpio[EP_PCIE_GPIO_PERST].num);
	ret = devm_request_irq(pdev, perst_irq,
		ep_pcie_handle_perst_irq,
		(dev->perst_deast ? IRQF_TRIGGER_LOW : IRQF_TRIGGER_HIGH),
		((dev->perst_deast ? IRQF_TRIGGER_LOW : IRQF_TRIGGER_HIGH)
		 | IRQF_EARLY_RESUME),
		"ep_pcie_perst", dev);
	if (ret) {
		EP_PCIE_ERR(dev,