summaryrefslogtreecommitdiffstats
path: root/block/ioctl.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2017-05-18 22:21:42 +0200
committerJiri Kosina <jkosina@suse.cz>2017-05-30 14:11:52 +0200
commit2503f7babbc7f570d06cfa3ca6b7ceec9262ced3 (patch)
tree18102daa626df1b77b1d0f29d7db077bd4b091c4 /block/ioctl.c
parent538be0aa8610168d7a8f4b119452056f537cff46 (diff)
downloadlinux-2503f7babbc7f570d06cfa3ca6b7ceec9262ced3.tar.gz
linux-2503f7babbc7f570d06cfa3ca6b7ceec9262ced3.tar.bz2
linux-2503f7babbc7f570d06cfa3ca6b7ceec9262ced3.zip
HID: intel_ish-hid: convert timespec to ktime_t
The internal accounting uses 'timespec' based time stamps, which is slightly inefficient and also problematic once we get to the time_t overflow in 2038. When communicating to the firmware, we even get an open-coded 64-bit division that prevents the code from being build-tested on 32-bit architectures and is inefficient due to the double conversion from 64-bit nanoseconds to seconds+nanoseconds and then microseconds. This changes the code to use ktime_t instead. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'block/ioctl.c')
0 files changed, 0 insertions, 0 deletions