timekeeping: Remove pointless conversion to bool
authorNicholas Mc Guire <der.herr@hofr.at>
Fri, 24 Mar 2017 19:03:35 +0000 (20:03 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 31 Mar 2017 08:26:56 +0000 (10:26 +0200)
commit5fc63f9577322d11019b6d357f73f5ce9031f263
tree9bd33330962054d1959488bfb630832aeab58e50
parent9005615bafbe03075f4e4fe10874b7abe1918782
timekeeping: Remove pointless conversion to bool

interp_forward is type bool so assignment from a logical operation directly
is sufficient.

Signed-off-by: Nicholas Mc Guire <der.herr@hofr.at>
Cc: "Christopher S. Hall" <christopher.s.hall@intel.com>
Cc: John Stultz <john.stultz@linaro.org>
Link: http://lkml.kernel.org/r/1490382215-30505-1-git-send-email-der.herr@hofr.at
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/time/timekeeping.c