Re: [PATCH] ALSA: remove unused loop_count variable

From: Takashi Iwai
Date: Wed Mar 29 2023 - 08:41:38 EST


On Sun, 26 Mar 2023 22:57:12 +0200,
Tom Rix wrote:
>
> clang with W=1 reports
> sound/pci/asihpi/hpi6000.c:1256:6: error: variable
> 'loop_count' set but not used [-Werror,-Wunused-but-set-variable]
> u32 loop_count = 0;
> ^
> This variable is not used so remove it.
>
> Signed-off-by: Tom Rix <trix@xxxxxxxxxx>

Applied, thanks.


Takashi