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

Commit 9837a427 authored by Lina Iyer's avatar Lina Iyer
Browse files

drivers: mailbox: qti_tcs: Remove IRQF_ONESHOT



Since the IRQ handler is no longer threaded, this IRQ flag is no longer
needed.

Change-Id: I5d4c6dadfb5a06b742fb1f763529d19f1c927981
Signed-off-by: default avatarLina Iyer <ilina@codeaurora.org>
parent db1267a0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1126,7 +1126,7 @@ static int tcs_drv_probe(struct platform_device *pdev)
		return irq;

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