commit | 41ef3878203cd9218d92eaa07df4b85a2cb128fb | [log] [tgz] |
---|---|---|
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | Wed Nov 14 18:19:51 2018 +0100 |
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | Thu Nov 22 18:11:35 2018 +0100 |
tree | 75340578b09e9e4295a6b6bb76b90a22161f481c | |
parent | 41c9e132c5cc3e5f28cf44032ff82f7614a42989 [diff] |
rtc: max8997: Fix the returned value in case of error in 'max8997_rtc_read_alarm()' In case of error, we return 0. This is spurious and not consistent with the other functions of the driver. Propagate the error code instead. Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>