[PATCHv3 3/8] rtc: add STM32 RTC driver
From: Amelie DELAUNAY <hidden>
Date: 2017-01-11 10:43:52
Also in:
linux-devicetree, linux-rtc, lkml
From: Amelie DELAUNAY <hidden>
Date: 2017-01-11 10:43:52
Also in:
linux-devicetree, linux-rtc, lkml
On 01/11/2017 11:17 AM, Alexandre Belloni wrote:
On 11/01/2017 at 11:07:16 +0100, Amelie DELAUNAY wrote :quoted
quoted
This will never happen, tm is already checked multiple times (up to three) in the core before this function can be called.You're right. I'll remove all rtc_valid_tm calls.You can keep the one in read_time
Even if rtc_valid_tm is called just after rtc->ops->read_time() in __rtc_read_time ?