diff options
author | Arnd Bergmann <arnd@arndb.de> | 2018-05-29 17:16:06 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2019-12-18 20:07:32 +0300 |
commit | 6cedb8b377bba6520508399b74754b9a0ca06edf (patch) | |
tree | 023ecedbfacf2a3891a7d02439840e4ebb95a761 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 4ddfc3dc60a243e9d70e2de0356563c8b547fbfc (diff) | |
download | linux-6cedb8b377bba6520508399b74754b9a0ca06edf.tar.xz |
drm/msm: avoid using 'timespec'
The timespec structure and associated interfaces are deprecated and will
be removed in the future because of the y2038 overflow.
The use of ktime_to_timespec() in timeout_to_jiffies() does not
suffer from that overflow, but is easy to avoid by just converting
the ktime_t into jiffies directly.
Reviewed-by: Jordan Crouse <jcrouse@codeaurora.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions