]> git.baikalelectronics.ru Git - kernel.git/commit
rtc: max77686: Fix the returned value in case of error in 'max77686_rtc_read_time()'
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Tue, 13 Nov 2018 23:36:45 +0000 (00:36 +0100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Wed, 14 Nov 2018 09:44:43 +0000 (10:44 +0100)
commit1a362c1bfba47d6b6c4b0beb8df8016f09c74947
tree134e3420b0ac73debce9c3d0bbf78e84dfe3f9cc
parentcb3cc92d51a7b30d4659619b78581501632fa9d5
rtc: max77686: Fix the returned value in case of error in 'max77686_rtc_read_time()'

In case of error, we return 0.
This is spurious and not consistent with the other functions of the driver.
Commit 15f2ad753ffe has modified more than what is said in the commit
message. Reverse part of it znd return an error when needed, as it was
previously.

Fixes: 15f2ad753ffe ("rtc: max77686: stop validating rtc_time in .read_time")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-max77686.c