commit | 5405d0051f7ca820d1781d87baf4d730ff58f208 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Wed Aug 21 21:08:59 2019 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Wed Aug 28 11:50:30 2019 +0200 |
tree | 19d69707cefe1cb6f63550458d9fdb7b58372408 | |
parent | da020ce406b2a9b714b82de9123a4c5a4848647b [diff] |
posix-cpu-timers: Remove pointless return value check set_process_cpu_timer() checks already whether the clock id is valid. No point in checking the return value of the sample function. That allows to simplify the sample function later. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Frederic Weisbecker <frederic@kernel.org> Link: https://lkml.kernel.org/r/20190821192920.339725769@linutronix.de