]> asedeno.scripts.mit.edu Git - linux.git/commit
HSI: cmt_speech: use timespec64 instead of timespec
authorArnd Bergmann <arnd@arndb.de>
Mon, 27 Nov 2017 11:42:34 +0000 (12:42 +0100)
committerSebastian Reichel <sebastian.reichel@collabora.co.uk>
Fri, 1 Dec 2017 15:31:47 +0000 (16:31 +0100)
commitb6dc80dbe6cdf4effd5a07bcd37f34cbf25eb07a
tree9aa050c3fc54d19029a90b1ef56c9bbc486f2909
parent4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323
HSI: cmt_speech: use timespec64 instead of timespec

struct timespec should no longer be used because of the y2038
overflow problem. This code does not suffer from the overflow,
but it's trivial to change it to use timespec64 without changing
the interface, so let's do that.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
drivers/hsi/clients/cmt_speech.c