diff options
author | Vinod Koul <vinod.koul@intel.com> | 2016-12-08 23:01:35 +0530 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-12-15 11:34:34 +0000 |
commit | 7d7c80f3f335e5148e3f744534a0576e638cf581 (patch) | |
tree | a42955fb28aeeb59b0e2b16dce9a3493e47dbed7 /sound/soc/intel/Makefile | |
parent | ee9292e859bec2bd8b79b7d14bc352e9ea5d7257 (diff) |
ASoC: Intel: sst: remove unused ‘ret_val’
In sst_media_close(), 'ret_val' is initialized and assigned as return value
of stream ops close but never used. So remove it.
ound/soc/intel/atom/sst-mfld-platform-pcm.c: In function ‘sst_media_close’:
sound/soc/intel/atom/sst-mfld-platform-pcm.c:360:6: warning: variable ‘ret_val’ set but not used [-Wunused-but-set-variable]
int ret_val = 0, str_id;
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/Makefile')
0 files changed, 0 insertions, 0 deletions