commit | 56d86a7e799d3d893cb96f5b17b13de134af8de5 | [log] [tgz] |
---|---|---|
author | Uwe Kleine-König <uwe@kleine-koenig.org> | Tue Jun 28 10:43:45 2016 +0200 |
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | Sat Jul 09 10:24:45 2016 +0200 |
tree | 2e88564cc608cc35a0d41fafdce4b8a3af06e54c | |
parent | e29385fab0bf94017fac130ee32f5bb2daf74417 [diff] |
rtc: simplify implementations of read_alarm Since commit d68778b80dd7 ("rtc: initialize output parameter for read alarm to "uninitialized"") there is no need to explicitly set unsupported members to -1. So drop the respective assignments from drivers. Signed-off-by: Uwe Kleine-König <uwe@kleine-koenig.org> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>