commit | cf90c8245bb0d528a8046b4bfa4f223320c9dbb0 | [log] [tgz] |
---|---|---|
author | Vinod Koul <vinod.koul@intel.com> | Thu Dec 08 23:01:26 2016 +0530 |
committer | Mark Brown <broonie@kernel.org> | Thu Dec 15 11:20:04 2016 +0000 |
tree | f8df39e7aa7d1239393b73b3732fd3f4e66326ee | |
parent | 547cafa3efc3f12101cafd454e651c9a5a8feae4 [diff] |
ASoC: Intel: sst: remove unused 'ops' In sst_free_stream(), a variable 'ops' is initialized but not used. So remove it. sound/soc/intel/atom/sst/sst_stream.c: In function ‘sst_free_stream’: sound/soc/intel/atom/sst/sst_stream.c:397:24: warning: variable ‘ops’ set but not used [-Wunused-but-set-variable] struct intel_sst_ops *ops; Signed-off-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>