commit | fc25914631d623880b5fc3abf067bcb3e8c6b4d4 | [log] [tgz] |
---|---|---|
author | Vinod Koul <vinod.koul@intel.com> | Thu Dec 08 23:01:33 2016 +0530 |
committer | Mark Brown <broonie@kernel.org> | Thu Dec 15 11:22:35 2016 +0000 |
tree | 7220c2c160d81335eaa272f6ef45fd54091d8535 | |
parent | a5de5b74a50113564a1e0850e2da96c37c35e55d [diff] |
ASoC: pcm3168a: remove unused ‘format’ In pcm3168a_hw_params(), 'format' is initialized but never used. sound/soc/codecs/pcm3168a.c: In function ‘pcm3168a_hw_params’: sound/soc/codecs/pcm3168a.c:405:19: warning: variable ‘format’ set but not used [-Wunused-but-set-variable] snd_pcm_format_t format; Cc: Damien.Horsley <Damien.Horsley@imgtec.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>