
29 Mar
2023
29 Mar
'23
2:41 p.m.
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@redhat.com
Applied, thanks.
Takashi