]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita9d9d0ca0537e73d633443d3b7f3006267a95698
tree0ab59d2da31c7887da9a2ac81f6e67b0eb2cad6c
parentc41f3c08df8f469a893b4162b73833868f8d8a9b
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