From: Vaibhav Bedia Date: Wed, 9 Feb 2011 13:09:53 +0000 (+0530) Subject: ASoC: Davinci: Call clk_disable() and clk_put() in case of error X-Git-Tag: v2.6.39-rc1~200^2^2~107 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eef6d7b8c24e8dd5af6094ef453a05c80b68d36e;p=pandora-kernel.git ASoC: Davinci: Call clk_disable() and clk_put() in case of error In case of any error in probe() function, clk_disable() and clk_put() should be called if clk_enable() and clk_get() went through. Signed-off-by: Vaibhav Bedia Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- Reading git-diff-tree failed