commit | ee9292e859bec2bd8b79b7d14bc352e9ea5d7257 | [log] [tgz] |
---|---|---|
author | Vinod Koul <vinod.koul@intel.com> | Thu Dec 08 23:01:25 2016 +0530 |
committer | Mark Brown <broonie@kernel.org> | Thu Dec 15 11:20:04 2016 +0000 |
tree | 4a27100b1651576548c29bb0342993a1fa026ed3 | |
parent | cf90c8245bb0d528a8046b4bfa4f223320c9dbb0 [diff] |
ASoC: Intel: sst: remove unused 'msg_high' In process_fw_async_msg(), a variable 'msg_high' is initialized but not used. So remove it. sound/soc/intel/atom/sst/sst_ipc.c: In function ‘process_fw_async_msg’: sound/soc/intel/atom/sst/sst_ipc.c:263:24: warning: variable ‘msg_high’ set but not used [-Wunused-but-set-variable] union ipc_header_high msg_high; Signed-off-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>