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

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

Merge "qbt: Make IPC irq falling edge triggered"

parents 786601f4 f5526dd3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -966,7 +966,7 @@ static int setup_ipc_irq(struct platform_device *pdev,
		drvdata->fw_ipc.irq,
		NULL,
		qbt_ipc_irq_handler,
		IRQF_ONESHOT | IRQF_TRIGGER_RISING,
		IRQF_ONESHOT | IRQF_TRIGGER_FALLING,
		desc,
		drvdata);