diff options
author | Amitoj Kaur Chawla <amitoj1606@gmail.com> | 2015-10-23 22:51:04 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-10-25 05:46:42 +0300 |
commit | 526290aa6288e133db18d64c2c175a0a1a58b438 (patch) | |
tree | 74b0d8ee7d7d9c9a8aea1087ce52d3d0ee0e3789 /drivers/misc | |
parent | 28f98a12f7bac9c3e5ba85d245d32ec0910cf8e5 (diff) | |
download | linux-526290aa6288e133db18d64c2c175a0a1a58b438.tar.xz |
char: ipmi: ipmi_ssif: Replace timeval with timespec64
This patch replaces timeval with timespec64 as 32 bit 'struct timeval'
will not give current time beyond 2038.
The patch changes the code to use ktime_get_real_ts64() which returns
a 'struct timespec64' instead of do_gettimeofday() which returns a
'struct timeval'
This patch also alters the format string in pr_info() for now.tv_sec
to incorporate 'long long' on 32 bit architectures.
Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc')
0 files changed, 0 insertions, 0 deletions