Re: [patch V2 12/38] posix-cpu-timers: Remove pointless return value check

From: Frederic Weisbecker
Date: Thu Aug 22 2019 - 10:15:31 EST


On Wed, Aug 21, 2019 at 09:08:59PM +0200, Thomas Gleixner wrote:
> 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@xxxxxxxxxxxxx>

Reviewed-by: Frederic Weisbecker <frederic@xxxxxxxxxx>