Re: [PATCH 7/7] gpio/rockchip: drop irq_gc_lock/irq_gc_unlock for irq set type

From: Heiko Stübner
Date: Wed May 19 2021 - 19:26:47 EST


Am Montag, 10. Mai 2021, 08:37:34 CEST schrieb Jianqun Xu:
> There has spin lock for irq set type already, so drop irq_gc_lock and
> irq_gc_unlock.
>
> Signed-off-by: Jianqun Xu <jay.xu@xxxxxxxxxxxxxx>

I've looked that up, and yes the irq_gc_lock stuff really seems to be
redundant when there is already another spinlock in place, so

Reviewed-by: Heiko Stuebner <heiko@xxxxxxxxx>