On Tue, 26 May 2020 12:52:47 -0500, Dan Murphy wrote:
> Fix the warnings when using the W=1 compiler flag.
>
> sound/soc/codecs/tlv320adcx140.c: In function âadcx140_resetâ:
> sound/soc/codecs/tlv320adcx140.c:570:6: warning: variable âretâ set but
> not used [-Wunused-but-set-variable]
>
Fix the warnings when using the W=1 compiler flag.
sound/soc/codecs/tlv320adcx140.c: In function ‘adcx140_reset’:
sound/soc/codecs/tlv320adcx140.c:570:6: warning: variable ‘ret’ set but not
used [-Wunused-but-set-variable]
570 | int ret = 0;
| ^~~
This was set but only used in case
2 matches
Mail list logo