Re: [PATCH] ioat: Use time_before()

2014-08-22 Thread Julia Lawall
On Thu, 21 Aug 2014, Joe Perches wrote: > On Thu, 2014-08-21 at 10:10 -0700, Dan Williams wrote: > > On Thu, May 22, 2014 at 1:11 PM, Manuel Schölling > > wrote: > > > To be future-proof and for better readability the time comparisons are > > > modified > > > to use time_before() instead of pl

Re: [PATCH] ioat: Use time_before()

2014-08-21 Thread Joe Perches
On Thu, 2014-08-21 at 10:10 -0700, Dan Williams wrote: > On Thu, May 22, 2014 at 1:11 PM, Manuel Schölling > wrote: > > To be future-proof and for better readability the time comparisons are > > modified > > to use time_before() instead of plain, error-prone math. [] > > diff --git a/drivers/dma/

Re: [PATCH] ioat: Use time_before()

2014-08-21 Thread Dan Williams
On Thu, May 22, 2014 at 1:11 PM, Manuel Schölling wrote: > To be future-proof and for better readability the time comparisons are > modified > to use time_before() instead of plain, error-prone math. > > Signed-off-by: Manuel Schölling > --- > drivers/dma/ioat/dma_v2.c |3 ++- > 1 file chan