Re: [PATCH next] ASoC: cs35l56: Fix unsigned 'rv' comparison with zero in cs35l56_irq()
From: Harshit Mogalapalli
Date: Tue Apr 04 2023 - 14:34:22 EST
Hi Mark,
On 04/04/23 5:15 pm, Mark Brown wrote:
On Thu, Mar 23, 2023 at 09:58:25AM -0700, Harshit Mogalapalli wrote:
'rv' is of type unsigned int, which can never be less than zero.
This doesn't apply against current code, please check and resend.
The reason for the above is that someone else sent a patch next day
fixing the same bug which got merged in linux-next.
Ref:
https://lore.kernel.org/all/20230324022303.121485-1-jiapeng.chong@xxxxxxxxxxxxxxxxx/
So my patch will not apply and is not needed anymore.
Thanks,
Harshit