rtc: st-lpc: Release some resources in st_rtc_probe() in case of error
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Thu, 8 Jun 2023 19:11:42 +0000 (21:11 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Sun, 25 Jun 2023 22:53:19 +0000 (00:53 +0200)
commit06c6e1b01d9261f03629cefd1f3553503291e6cf
tree74cae394ea3a1673c60edbfe561e77368d622097
parent38e0689b27f8b9a0085815b2446b12f685d028aa
rtc: st-lpc: Release some resources in st_rtc_probe() in case of error

If an error occurs after clk_get(), the corresponding resources should be
released.

Use devm_clk_get() to fix it.

Fixes: b5b2bdfc2893 ("rtc: st: Add new driver for ST's LPC RTC")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/866af6adbc7454a7b4505eb6c28fbdc86ccff39e.1686251455.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-st-lpc.c