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

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

Merge "i2c: i2c-msm-v2: Register an interrupt by adding IRQF_NO_SUSPEND"

parents 9e69b917 35c16857
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -2488,7 +2488,8 @@ static int i2c_msm_rsrcs_irq_init(struct platform_device *pdev,
		return irq;
	}

	ret = request_irq(irq, i2c_msm_qup_isr, IRQF_TRIGGER_HIGH | IRQF_EARLY_RESUME,
	ret = request_irq(irq, i2c_msm_qup_isr,
			IRQF_TRIGGER_HIGH | IRQF_EARLY_RESUME | IRQF_NO_SUSPEND,
			"i2c-msm-v2-irq", ctrl);
	if (ret) {
		dev_err(ctrl->dev, "error request_irq(irq_num:%d ) ret:%d\n",