From: Axel Lin Date: Thu, 1 Jul 2010 09:43:50 +0000 (+0800) Subject: mfd: Properly free t7l66xb clk32k clock source X-Git-Tag: v2.6.36-rc1~59^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2d272a965baeb3d78f843374bc48f0cbce8ac3d;p=pandora-kernel.git mfd: Properly free t7l66xb clk32k clock source This patch includes below fixes to properly free clk32k clock source: 1. remove a redundant clk_put in t7l66xb_probe error path 2. add missing clk_disable(t7l66xb->clk32k) and clk_put(t7l66xb->clk32k) to properly free the clock source. Signed-off-by: Axel Lin Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed