From: Joonyoung Shim Date: Tue, 11 Aug 2015 11:28:19 +0000 (+0900) Subject: rtc: s3c: add missing clk control X-Git-Tag: omap-for-v4.3/fixes-rc1~63^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f23a93661eb5caa373f75a145cec14331a8caaa;p=pandora-kernel.git rtc: s3c: add missing clk control It's missed to call clk_unprepare() about info->rtc_src_clk in s3c_rtc_remove and to call clk_disable_unprepare about info->rtc_clk in error routine of s3c_rtc_probe. Signed-off-by: Joonyoung Shim Reviewed-by: Krzysztof Kozlowski Signed-off-by: Alexandre Belloni --- Reading git-diff-tree failed