Re: [PATCH] micrel: Use time_before_eq()

2014-05-22 Thread Julia Lawall
On Thu, 22 May 2014, Manuel Schölling wrote: > To be future-proof and for better readability the time comparisons are > modified > to use time_before_eq() instead of plain, error-prone math. I had the impression that the real reason for these functions was that they were somehow sensitive to the

Re: [PATCH] micrel: Use time_before_eq()

2014-05-22 Thread David Miller
From: Manuel Schölling Date: Thu, 22 May 2014 19:52:45 +0200 > To be future-proof and for better readability the time comparisons are > modified > to use time_before_eq() instead of plain, error-prone math. > > Signed-off-by: Manuel Schölling Applied. -- To unsubscribe from this list: send th

[PATCH] micrel: Use time_before_eq()

2014-05-22 Thread Manuel Schölling
To be future-proof and for better readability the time comparisons are modified to use time_before_eq() instead of plain, error-prone math. Signed-off-by: Manuel Schölling --- drivers/net/ethernet/micrel/ksz884x.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net