Re: [PATCH 1/2] mISDN: Use time_before()

2014-05-21 Thread Sergei Shtylyov
Hello. On 05/22/2014 12:07 AM, Joe Perches 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/isdn/mISDN/l1oip_core.c b/drivers/isdn/mISDN/l1oip_core.c [] @@ -287,7 +287,7 @@ l1oi

Re: [PATCH 1/2] mISDN: Use time_before()

2014-05-21 Thread Joe Perches
On Wed, 2014-05-21 at 23:27 +0400, Sergei Shtylyov wrote: > On 05/21/2014 11:10 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/isdn/mISDN/l1oip

Re: [PATCH 1/2] mISDN: Use time_before()

2014-05-21 Thread Sergei Shtylyov
Hello. On 05/21/2014 11:10 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/isdn/mISDN/l1oip_core.c |5 +++-- 1 file changed