diff options
| author | Naveen Kumar Chaudhary <[email protected]> | 2026-06-10 22:38:40 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-06-29 15:29:23 -0600 |
| commit | 1537ec5ceb7d80edaefb55743bb44e17f303285b (patch) | |
| tree | 76e12b5bb405fa382811941b21d424bec9cb2826 /src/apps/http | |
| parent | 835a18f80f25731dc818bf9b771bfa111ea3dbeb (diff) | |
rtc: mcfrtc: fix leap year calculation using wrong variable
The leap year check in rtc_set() passes the loop variable 'i' (month
index, always 1 when the condition is true) to isleap() instead of the
actual year. Since isleap(1) is always false, February 29th is never
accounted for when computing the day count, resulting in the RTC being
set one day behind for any date after February in a leap year.
Pass tmp->tm_year to isleap() so the leap day is correctly included.
Fixes: 8e585f02f82 ("Added M5329AFEE and M5329BFEE Platforms")
Signed-off-by: Naveen Kumar Chaudhary <[email protected]>
Diffstat (limited to 'src/apps/http')
0 files changed, 0 insertions, 0 deletions
