commit | 952061352acfd24034e6990b6b7d32cded020c0a | [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 | c1d6e0bbfdb50f9041a42bd4ce3af809a09ff7d1 [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>