ASoC: qcom: sc7180: initialize the "no_headphone" variable
[linux-2.6-microblaze.git] / sound / soc / qcom / sc7180.c
index e2e6567..de70fa7 100644 (file)
@@ -316,7 +316,7 @@ static int sc7180_snd_platform_probe(struct platform_device *pdev)
        struct snd_soc_dai_link *link;
        int ret;
        int i;
-       bool no_headphone;
+       bool no_headphone = false;
 
        /* Allocate the private data */
        data = devm_kzalloc(dev, sizeof(*data), GFP_KERNEL);