From: Amadeusz Sławiński Date: Mon, 17 Jun 2019 11:36:37 +0000 (+0200) Subject: ASoC: Intel: Skylake: Don't return failure on machine driver reload X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9f6115acc37ca4f1e064cd958b24bf457dfcef26;p=linux.git ASoC: Intel: Skylake: Don't return failure on machine driver reload When we unload and reload machine driver, we shouldn't return that we failed to initialize. This allows to reload machine driver, without having to unload whole stack. Signed-off-by: Amadeusz Sławiński Reviewed-by: Pierre-Louis Bossart Signed-off-by: Mark Brown --- diff --git a/sound/soc/intel/skylake/skl-pcm.c b/sound/soc/intel/skylake/skl-pcm.c index da01359cfdfd0..c03327ed94a0f 100644 --- a/sound/soc/intel/skylake/skl-pcm.c +++ b/sound/soc/intel/skylake/skl-pcm.c @@ -1439,11 +1439,6 @@ static int skl_platform_soc_probe(struct snd_soc_component *component) if (!ops) return -EIO; - if (!skl->skl_sst->is_first_boot) { - dev_err(component->dev, "DSP reports first boot done!!!\n"); - return -EIO; - } - /* * Disable dynamic clock and power gating during firmware * and library download