ASoC: dapm: add initialization for w_param_text pointer
[sfrench/cifs-2.6.git] / sound / soc / soc-dapm.c
index 44aed3383c62e4337276979bcfc6f7ae986221b5..12eb74d5f5c12c4f80f2b2ca3e2e59366c5a8fca 100644 (file)
@@ -3905,6 +3905,8 @@ int snd_soc_dapm_new_pcm(struct snd_soc_card *card,
                        ret = -ENOMEM;
                        goto param_fail;
                }
+       } else {
+               w_param_text = NULL;
        }
        dev_dbg(card->dev, "ASoC: adding %s widget\n", link_name);