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

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

Merge "drivers: mailbox: qti_tcs: Do not use threaded IRQ" into msm-4.9

parents c4f1cfef afcdc184
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1115,8 +1115,7 @@ static int tcs_drv_probe(struct platform_device *pdev)
	if (irq < 0)
		return irq;

	ret = devm_request_threaded_irq(&pdev->dev, irq, NULL,
			tcs_irq_handler,
	ret = devm_request_irq(&pdev->dev, irq, tcs_irq_handler,
			IRQF_ONESHOT | IRQF_TRIGGER_HIGH | IRQF_NO_SUSPEND,
			"tcs_irq", drv);
	if (ret)