On Tue, 26 Mar 2024 12:12:05 +0100 Boris Brezillon <[email protected]> wrote:
> There's no reason for _irq_suspend/resume() to be called after the
> device has been unplugged, and keeping this dev_enter/exit()
> section in _irq_suspend() is turns _irq_suspend() into a NOP
^ s/is turns/turns/
> when called from the _unplug() functions, which we don't want.
