commit | 8463cf80529d0fd80b84cd5ab8b9b952b01c7eb9 | [log] [tgz] |
---|---|---|
author | Christophe Leroy <christophe.leroy@c-s.fr> | Mon Dec 23 14:31:07 2019 +0000 |
committer | Thomas Gleixner <tglx@linutronix.de> | Tue Jan 14 12:20:46 2020 +0100 |
tree | d51d8e8659466903b6de5a8c82f4efaff1513a8e | |
parent | 0b5c12332db5b71c6db0c102b3e6acc7c7c6a54d [diff] |
lib/vdso: Let do_coarse() return 0 to simplify the callsite do_coarse() is similar to do_hres() except that it never fails. Change its type to int instead of void and let it always return success (0) to simplify the call site. Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/r/21e8afa38c02ca8672c2690307383507fe63b454.1577111367.git.christophe.leroy@c-s.fr