mirror of
https://github.com/torvalds/linux.git
synced 2024-11-14 16:12:02 +00:00
4798797017
Fixes gcc '-Wunused-but-set-variable' warning:
sound/soc/intel/haswell/sst-haswell-ipc.c: In function 'hsw_stream_message':
sound/soc/intel/haswell/sst-haswell-ipc.c:669:29: warning: variable 'stage_type' set but not used [-Wunused-but-set-variable]
It is never used since introduction in
commit
|
||
---|---|---|
.. | ||
Makefile | ||
sst-haswell-dsp.c | ||
sst-haswell-ipc.c | ||
sst-haswell-ipc.h | ||
sst-haswell-pcm.c |