rtc: rv3032: fix error handling in rv3032_clkout_set_rate()
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 12 Oct 2021 10:10:28 +0000 (13:10 +0300)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Fri, 15 Oct 2021 19:07:23 +0000 (21:07 +0200)
commitc3336b8ac6091df60a5c1049a8c685d0b947cc61
tree707056c38198921586661370bbd8ffc7193ced01
parent24d23181e43d72ca692a479e70dfe5b0b5dd33f1
rtc: rv3032: fix error handling in rv3032_clkout_set_rate()

Do not call rv3032_exit_eerd() if the enter function fails but don't
forget to call the exit when the enter succeeds.

Fixes: 2eeaa532acca ("rtc: rv3032: Add a driver for Microcrystal RV-3032")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20211012101028.GT2083@kadam
drivers/rtc/rtc-rv3032.c