From: Mark Brown Date: Tue, 7 Jul 2020 12:03:23 +0000 (+0100) Subject: Merge series "ASoC: amd: remove warnings with make W=1" from Pierre-Louis Bossart... X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ce1d4d26b8ee536cdcc45b97db31e40be0ff5aa3;p=linux.git Merge series "ASoC: amd: remove warnings with make W=1" from Pierre-Louis Bossart : Yet another cleanup series, with good findings of variables not used for anything. Pierre-Louis Bossart (6): ASoC: amd: acp-da7219-max98357a: fix 'defined but not used' warning ASoC: amd: acp-rt5645: fix 'defined but not used' warning ASoC: amd: raven: acp3x-pcm-dma: fix 'set but not used' warning ASoC: amd: raven: acp3x-i2s: fix 'set but not used' warning ASoC: amd: raven: acp3x-pcm-dma: remove unused-but-set variable ASoC: amd: raven: acp3x-i2s: remove unused-but-set variable sound/soc/amd/acp-da7219-max98357a.c | 2 ++ sound/soc/amd/acp-rt5645.c | 2 ++ sound/soc/amd/raven/acp3x-i2s.c | 4 ---- sound/soc/amd/raven/acp3x-pcm-dma.c | 4 ---- 4 files changed, 4 insertions(+), 8 deletions(-) -- 2.25.1 --- ce1d4d26b8ee536cdcc45b97db31e40be0ff5aa3