rtc: st-lpc: Add missing clk_disable_unprepare in st_rtc_probe()
authorGaosheng Cui <cuigaosheng1@huawei.com>
Wed, 23 Nov 2022 01:48:05 +0000 (09:48 +0800)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Sat, 10 Dec 2022 21:36:32 +0000 (22:36 +0100)
commit5fb733d7bd6949e90028efdce8bd528c6ab7cf1e
treeda3476a8f8da1d6b2074388e72353687158be529
parenta6ceee26fd5ed9b5bd37322b1ca88e4548cee4a3
rtc: st-lpc: Add missing clk_disable_unprepare in st_rtc_probe()

The clk_disable_unprepare() should be called in the error handling
of clk_get_rate(), fix it.

Fixes: b5b2bdfc2893 ("rtc: st: Add new driver for ST's LPC RTC")
Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
Link: https://lore.kernel.org/r/20221123014805.1993052-1-cuigaosheng1@huawei.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-st-lpc.c