Re: [PATCH v2] ktime: Simplify ktime_compare implementation

2017-06-26 Thread Thomas Gleixner
On Mon, 26 Jun 2017, Thierry Reding wrote: > On Fri, May 26, 2017 at 03:00:47PM +0200, Mariusz Skamra wrote: > > ktime_sub can be used here instread of two conditional checks. > > Boot is broken on Tegra186 on next-20170623. Bisection points at this > commit and I've confirmed that reverting it

Re: [PATCH v2] ktime: Simplify ktime_compare implementation

2017-06-26 Thread Thomas Gleixner
On Mon, 26 Jun 2017, Thierry Reding wrote: > On Fri, May 26, 2017 at 03:00:47PM +0200, Mariusz Skamra wrote: > > ktime_sub can be used here instread of two conditional checks. > > Boot is broken on Tegra186 on next-20170623. Bisection points at this > commit and I've confirmed that reverting it

Re: [PATCH v2] ktime: Simplify ktime_compare implementation

2017-06-26 Thread Thierry Reding
On Fri, May 26, 2017 at 03:00:47PM +0200, Mariusz Skamra wrote: > ktime_sub can be used here instread of two conditional checks. > > Signed-off-by: Mariusz Skamra > Acked-by: Kuppuswamy Sathyanarayanan > --- >

Re: [PATCH v2] ktime: Simplify ktime_compare implementation

2017-06-26 Thread Thierry Reding
On Fri, May 26, 2017 at 03:00:47PM +0200, Mariusz Skamra wrote: > ktime_sub can be used here instread of two conditional checks. > > Signed-off-by: Mariusz Skamra > Acked-by: Kuppuswamy Sathyanarayanan > --- > include/linux/ktime.h | 6 +- > 1 file changed, 1 insertion(+), 5 deletions(-) >

[PATCH v2] ktime: Simplify ktime_compare implementation

2017-05-26 Thread Mariusz Skamra
ktime_sub can be used here instread of two conditional checks. Signed-off-by: Mariusz Skamra Acked-by: Kuppuswamy Sathyanarayanan --- include/linux/ktime.h | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git

[PATCH v2] ktime: Simplify ktime_compare implementation

2017-05-26 Thread Mariusz Skamra
ktime_sub can be used here instread of two conditional checks. Signed-off-by: Mariusz Skamra Acked-by: Kuppuswamy Sathyanarayanan --- include/linux/ktime.h | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/include/linux/ktime.h b/include/linux/ktime.h index