aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/mei/debugfs.c
diff options
context:
space:
mode:
authorAmitoj Kaur Chawla <amitoj1606@gmail.com>2015-10-24 01:21:04 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-10-24 19:46:42 -0700
commit526290aa6288e133db18d64c2c175a0a1a58b438 (patch)
tree74b0d8ee7d7d9c9a8aea1087ce52d3d0ee0e3789 /drivers/misc/mei/debugfs.c
parentfpga: zynq-fpga: Fix issue with drvdata being overwritten. (diff)
downloadlinux-dev-526290aa6288e133db18d64c2c175a0a1a58b438.tar.xz
linux-dev-526290aa6288e133db18d64c2c175a0a1a58b438.zip
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/mei/debugfs.c')
0 files changed, 0 insertions, 0 deletions