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 <[email protected]>
---
 sound/soc/intel/skylake/skl-pcm.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/sound/soc/intel/skylake/skl-pcm.c 
b/sound/soc/intel/skylake/skl-pcm.c
index 2a0ba40d8098..44062806fbed 100644
--- a/sound/soc/intel/skylake/skl-pcm.c
+++ b/sound/soc/intel/skylake/skl-pcm.c
@@ -1427,11 +1427,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
-- 
2.17.1

Reply via email to