]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
iio: pressure: abp2030pa: Remove IRQF_ONESHOT from devm_request_irq()
authorFelix Gu <ustc.gu@gmail.com>
Fri, 27 Feb 2026 13:54:29 +0000 (21:54 +0800)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 1 Mar 2026 11:20:10 +0000 (11:20 +0000)
commitc53bca092486809d266b5921b9e6f9df2688fc26
tree2d95024189c4dc1dbdc556b08c3a94dbc1d33d55
parent48a5c36577ebe0144f8ede70e59b59ea18b75089
iio: pressure: abp2030pa: Remove IRQF_ONESHOT from devm_request_irq()

Since commit aef30c8d569c ("genirq: Warn about using IRQF_ONESHOT
without a threaded handler"), the IRQ core checks IRQF_ONESHOT flag
in IRQ request and gives a warning if there is no threaded handler.

Remove IRQF_ONESHOT from devm_request_irq().

Fixes: 47d323ce1e89 ("iio: pressure: add Honeywell ABP2 driver")
Reviewed-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Felix Gu <ustc.gu@gmail.com>
Tested-by: Petre Rodan <petre.rodan@subdimension.ro>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/pressure/abp2030pa.c