OSDN Git Service

posix-cpu-timers: Get rid of pointer indirection
authorThomas Gleixner <tglx@linutronix.de>
Wed, 21 Aug 2019 19:09:01 +0000 (21:09 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 28 Aug 2019 09:50:32 +0000 (11:50 +0200)
commit8c2d74f03705c2c993a57673bae8fd535eabede6
tree0ab59d2da31c7887da9a2ac81f6e67b0eb2cad6c
parent2092c1d4fed9f279d10600b4c1b5167dd8486a2a
posix-cpu-timers: Get rid of pointer indirection

Now that the sample functions have no return value anymore, the result can
simply be returned instead of using pointer indirection.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Frederic Weisbecker <frederic@kernel.org>
Link: https://lkml.kernel.org/r/20190821192920.535079278@linutronix.de
kernel/time/posix-cpu-timers.c