Re: [PATCH] tty: Remove pointless synchronize_irq() in uart_port_shutdown()

From: Thomas Gleixner
Date: Tue May 10 2022 - 13:44:52 EST


On Tue, May 10 2022 at 15:54, Thomas Pfaff wrote:
> From: Thomas Pfaff <tpfaff@xxxxxxx>
>
> Calling synchronize_irq() after free_irq() is pointless, the context to
> the irq is already lost.
> It was noticed while creating the bugfix "genirq: Synchronize interrupt
> thread startup".
>
> Signed-off-by: Thomas Pfaff <tpfaff@xxxxxxx>

Reviewed-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>