diff options
author | Gaosheng Cui <cuigaosheng1@huawei.com> | 2022-11-23 02:59:53 +0100 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2022-12-10 22:37:02 +0100 |
commit | 90cd5c88830140c9fade92a8027e0fb2c6e4cc49 (patch) | |
tree | 1faf2f79a5b0655cd4dfa63cee01d1d12464d585 /drivers/rtc/rtc-zynqmp.c | |
parent | rtc: st-lpc: Add missing clk_disable_unprepare in st_rtc_probe() (diff) | |
download | linux-90cd5c88830140c9fade92a8027e0fb2c6e4cc49.tar.xz linux-90cd5c88830140c9fade92a8027e0fb2c6e4cc49.zip |
rtc: pic32: Move devm_rtc_allocate_device earlier in pic32_rtc_probe()
The pic32_rtc_enable(pdata, 0) and clk_disable_unprepare(pdata->clk)
should be called in the error handling of devm_rtc_allocate_device(),
so we should move devm_rtc_allocate_device earlier in pic32_rtc_probe()
to fix it.
Fixes: 6515e23b9fde ("rtc: pic32: convert to devm_rtc_allocate_device")
Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
Link: https://lore.kernel.org/r/20221123015953.1998521-1-cuigaosheng1@huawei.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'drivers/rtc/rtc-zynqmp.c')
0 files changed, 0 insertions, 0 deletions