ASoC: Intel: sst: remove unused 'msg_high'
authorVinod Koul <vinod.koul@intel.com>
Thu, 8 Dec 2016 17:31:25 +0000 (23:01 +0530)
committerMark Brown <broonie@kernel.org>
Thu, 15 Dec 2016 11:20:04 +0000 (11:20 +0000)
commitee9292e859bec2bd8b79b7d14bc352e9ea5d7257
tree4a27100b1651576548c29bb0342993a1fa026ed3
parentcf90c8245bb0d528a8046b4bfa4f223320c9dbb0
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>
sound/soc/intel/atom/sst/sst_ipc.c