Re: [PATCH] soundwire: cadence: Remove ret variable from sdw_cdns_irq()

From: Vinod Koul
Date: Thu Jul 22 2021 - 10:17:50 EST


On 14-07-21, 09:55, Bard Liao wrote:
> From: Peter Ujfalusi <peter.ujfalusi@xxxxxxxxxxxxxxx>
>
> The ret is not used in the interrupt handler, it is just returned without
> any condition or change.
> We can return the IRQ_HANDLED directly.

Applied, thanks

--
~Vinod