Loading drivers/platform/msm/ep_pcie/ep_pcie_core.c +2 −1 Original line number Diff line number Diff line Loading @@ -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, Loading Loading
drivers/platform/msm/ep_pcie/ep_pcie_core.c +2 −1 Original line number Diff line number Diff line Loading @@ -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, Loading