]> www.infradead.org Git - users/jedix/linux-maple.git/commit
staging: iio: adt7316: replace irqd_get_trigger_type with irq_get_trigger_type
authorFeng Wei <feng.wei8@zte.com.cn>
Thu, 27 Mar 2025 01:57:04 +0000 (09:57 +0800)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Tue, 22 Apr 2025 18:09:51 +0000 (19:09 +0100)
commitbb8d952a4f45ff6427ad0eaaf469893d481f84e2
tree3bcfa3059f0775944b2131d0ef5620001d72c484
parent0b2a4f55cc422b6c6b22a5a1b7de63ebe96f2f76
staging: iio: adt7316: replace irqd_get_trigger_type with irq_get_trigger_type

Convert irqd_get_trigger_type(irq_get_irq_data(irq)) cases to the more
simple irq_get_trigger_type(irq).

Signed-off-by: Feng Wei <feng.wei8@zte.com.cn>
Signed-off-by: Shao Mingyin <shao.mingyin@zte.com.cn>
Link: https://patch.msgid.link/202503270957044481PK0Xb23i08BgwkodLtEC@zte.com.cn
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/staging/iio/addac/adt7316.c