ASoC: intel: atom: Remove superfluous flush_scheduled_work()
authorTakashi Iwai <tiwai@suse.de>
Tue, 22 Mar 2022 15:48:26 +0000 (16:48 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 5 Apr 2022 09:23:10 +0000 (10:23 +0100)
commit290186e14c3bbef07a6c68e689f26bf076259ee4
tree51fd3c004efa360d370112bc0cc8fab20de30fbc
parente5cd0623d7879eb98059223b9eb233a686d58b40
ASoC: intel: atom: Remove superfluous flush_scheduled_work()

It seems that flush_scheduled_work() is called without any real
purpose at sst_context_cleanup() (the driver doesn't put works on the
global queue at all).  As the flush_schedule_work() function is going
to be abolished in near future, let's drop it now.

Cc: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Reviewed-by: Cezary Rojewski <cezary.rojewski@intel.com>
Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20220322154826.19400-1-tiwai@suse.de
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/atom/sst/sst.c