Re: [PATCH] ASoC: codec: remove unused variable

2021-04-14 Thread Mark Brown
On Wed, Apr 14, 2021 at 11:24:37AM +0800, Jiapeng Chong wrote: > Fix the following gcc warning: > > sound/soc/codecs/jz4760.c:201:6: warning: variable ‘ret’ set but not > used [-Wunused-but-set-variable]. This doesn't apply against current code, please check and resend. signature.asc Descriptio

[PATCH] ASoC: codec: remove unused variable

2021-04-13 Thread Jiapeng Chong
Fix the following gcc warning: sound/soc/codecs/jz4760.c:201:6: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable]. Reported-by: Abaci Robot Signed-off-by: Jiapeng Chong --- sound/soc/codecs/jz4760.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sound