[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1493384587-32659-1-git-send-email-arvind.yadav.cs@gmail.com>
Date: Fri, 28 Apr 2017 18:33:07 +0530
From: Arvind Yadav <arvind.yadav.cs@...il.com>
To: mturquette@...libre.com, sboyd@...eaurora.org
Cc: linux-clk@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH v1] clk: palmas: undo preparation of a clock source.
Undo preparation of a clock source, if palmas_clks_init_configure is not
successful.
Signed-off-by: Arvind Yadav <arvind.yadav.cs@...il.com>
---
drivers/clk/clk-palmas.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/clk/clk-palmas.c b/drivers/clk/clk-palmas.c
index 31f590c..7f51c01 100644
--- a/drivers/clk/clk-palmas.c
+++ b/drivers/clk/clk-palmas.c
@@ -229,6 +229,7 @@ static int palmas_clks_init_configure(struct palmas_clock_info *cinfo)
if (ret < 0) {
dev_err(cinfo->dev, "Ext config for %s failed, %d\n",
cinfo->clk_desc->clk_name, ret);
+ clk_unprepare(cinfo->hw.clk);
return ret;
}
}
--
1.9.1
Powered by blists - more mailing lists