提交 ced7e093 编写于 作者: S Sudeep Holla 提交者: Lee Jones

mfd: qcom_rpm: Drop use of IRQF_NO_SUSPEND flag

The driver handles wakeup irq correctly using irq_set_irq_wake. There's
no need to use IRQF_NO_SUSPEND while registering the interrupt.

This patch removes the use of IRQF_NO_SUSPEND flag.
Signed-off-by: NSudeep Holla <sudeep.holla@arm.com>
Signed-off-by: NLee Jones <lee.jones@linaro.org>
上级 50346a1f
...@@ -550,7 +550,7 @@ static int qcom_rpm_probe(struct platform_device *pdev) ...@@ -550,7 +550,7 @@ static int qcom_rpm_probe(struct platform_device *pdev)
ret = devm_request_irq(&pdev->dev, ret = devm_request_irq(&pdev->dev,
irq_ack, irq_ack,
qcom_rpm_ack_interrupt, qcom_rpm_ack_interrupt,
IRQF_TRIGGER_RISING | IRQF_NO_SUSPEND, IRQF_TRIGGER_RISING,
"qcom_rpm_ack", "qcom_rpm_ack",
rpm); rpm);
if (ret) { if (ret) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册