commit | d09ac610eaaa0b3b29c3ac6c4e107cb1dbd4a356 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Mon Jan 01 21:32:02 2018 -0800 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Mon Jan 01 21:39:12 2018 -0800 |
tree | c89a22a9aba9732f781eae65df3987a3f250915d | |
parent | 59d805af417809820ed54a8a02525b03bc74d62a [diff] |
Input: hp_sdc - convert to ktime_get() This gets rid of the deprecated do_gettimeofday() call in favor of ktime_get(), which is also more reliable as it uses monotonic times. The code now gets a bit simpler. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Patchwork-Id: 10076621 Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>