]> git.baikalelectronics.ru Git - kernel.git/commit
rtc: s3c: Remove unnecessary call to disable already disabled clock
authorAlim Akhtar <alim.akhtar@samsung.com>
Tue, 5 Jul 2016 09:58:52 +0000 (15:28 +0530)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Tue, 19 Jul 2016 15:48:04 +0000 (17:48 +0200)
commitd6b67d17c29133857fb3f7460925662f821abb67
tree4f42ee065fa26ef08377efeccb16734188cf0e8a
parentcd1533e4803da7258f5e67599d975ab0c6b8fb23
rtc: s3c: Remove unnecessary call to disable already disabled clock

At the end of s3c_rtc_probe(), s3c_rtc_disable_clk() being called with rtc
clock already disabled (by s3c_rtc_gettime()), which looks extra and
unnecessary call. Lets clean it up.

Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Reviewed-by: Pankaj Dubey <pankaj.dubey@samsung.com>
Tested-by: Pankaj Dubey <pankaj.dubey@samsung.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
drivers/rtc/rtc-s3c.c