OSDN Git Service

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)
commitcf90c8245bb0d528a8046b4bfa4f223320c9dbb0
treef8df39e7aa7d1239393b73b3732fd3f4e66326ee
parent547cafa3efc3f12101cafd454e651c9a5a8feae4
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