Re: [PATCH net-next v2 1/3] net: dsa: realtek: rtl8365mb: Make use of irq_get_trigger_type()

From: Alvin Šipraga
Date: Wed Sep 04 2024 - 11:41:22 EST


On Wed, Sep 04, 2024 at 05:10:16PM GMT, Vasileios Amoiridis wrote:
> Convert irqd_get_trigger_type(irq_get_irq_data(irq)) cases to the more
> simple irq_get_trigger_type(irq).
>
> Signed-off-by: Vasileios Amoiridis <vassilisamir@xxxxxxxxx>
> ---
> drivers/net/dsa/realtek/rtl8365mb.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Looks like you missed my review here, you can add it :)

Reviewed-by: Alvin Šipraga <alsi@xxxxxxxxxxxxxxx>