From 6f518e3554d1bd7e3b48e50beec721bb1e9b8740 Mon Sep 17 00:00:00 2001
From: Vipul Kumar <vipul_kumar@mentor.com>
Date: Wed, 5 Dec 2018 16:50:09 +0530
Subject: [PATCH] ASoC: wm8962: removed duplicate label 'fail'
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

This patch remove duplicate label ‘fail’.

Signed-off-by: Vipul Kumar <vipul_kumar@mentor.com>
Signed-off-by: Srikanth Krishnakar <Srikanth_Krishnakar@mentor.com>
---
 sound/soc/fsl/imx-wm8962.c | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/sound/soc/fsl/imx-wm8962.c b/sound/soc/fsl/imx-wm8962.c
index 8732fa83e97a6a..2e703d6feada42 100644
--- a/sound/soc/fsl/imx-wm8962.c
+++ b/sound/soc/fsl/imx-wm8962.c
@@ -425,8 +425,6 @@ static int imx_hifi_hw_free(struct snd_pcm_substream *substream)
 		}
 	}
 
-	dapm->bias_level = level;
-
 	return 0;
 }
 
@@ -809,11 +807,6 @@ fail:
 clk_fail:
 	if (!IS_ERR(data->codec_clk))
 		clk_disable_unprepare(data->codec_clk);
-fail:
-	if (ssi_np)
-		of_node_put(ssi_np);
-	if (codec_np)
-		of_node_put(codec_np);
 
 	return ret;
 }
-- 
GitLab