]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Intel: sst: remove unused 'ops'
authorVinod Koul <vinod.koul@intel.com>
Thu, 8 Dec 2016 17:31:26 +0000 (23:01 +0530)
committerMark Brown <broonie@kernel.org>
Thu, 15 Dec 2016 11:20:04 +0000 (11:20 +0000)
commit66dd126a8e9b8ac44801403d3b6eb315a1d9dc6b
treef8df39e7aa7d1239393b73b3732fd3f4e66326ee
parenta9500a1a9fe1471f0a6ce684d64d590342a1e126
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>
sound/soc/intel/atom/sst/sst_stream.c