commit | d2eda7dd8ab8995a6dc1f5e1cddb79173a461fe8 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Dec 01 23:14:10 2018 +0100 |
committer | Tom Rini <trini@konsulko.com> | Sat Dec 01 18:03:14 2018 -0500 |
tree | 222547f2a356f4d7cba9ae401101a3635cf62583 | |
parent | 570c53c6706c0e43b4af3bfa643a7f83b876b580 [diff] |
drivers: rtc: correctly convert seconds to time structure Variable 'days' must be defined as signed int. Otherwise the conversion fails for some dates, e.g. 2004-08-25. Cf function rtc_time64_to_tm() in the Linux kernel source. Fixes: 992c1db45591 "drivers: rtc: resolve year 2038 problem in rtc_to_tm" Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>