diff options
author | Christophe Leroy <christophe.leroy@c-s.fr> | 2019-12-23 15:31:07 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2020-01-14 12:20:46 +0100 |
commit | 8463cf80529d0fd80b84cd5ab8b9b952b01c7eb9 (patch) | |
tree | d51d8e8659466903b6de5a8c82f4efaff1513a8e /kernel/softirq.c | |
parent | x86/vdso: Remove unused VDSO_HAS_32BIT_FALLBACK (diff) | |
download | linux-8463cf80529d0fd80b84cd5ab8b9b952b01c7eb9.tar.xz linux-8463cf80529d0fd80b84cd5ab8b9b952b01c7eb9.zip |
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
Diffstat (limited to 'kernel/softirq.c')
0 files changed, 0 insertions, 0 deletions