On Thu, Mar 04, 2021 at 12:54:32PM +0200, Andy Shevchenko wrote: > In IRQ handler interrupts are already disabled, hence no need > to repeat it. Even in the threaded case, which is disabled here, > it is not a problem because IRQ framework serializes descriptor > handling. Remove disabling IRQ part in the handler. > > Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> Acked-by: Mika Westerberg <mika.westerberg@xxxxxxxxxxxxxxx>