Re: [PATCH 1/3] net: vxge: Use time_is_before_jiffies() for time comparison

2014-05-19 Thread Manuel Schoelling
Sorry, contrary to the subject of this mail, this is a single file patch. Patches 2-3 do not exist. On Mo, 2014-05-19 at 18:47 +0200, Manuel Schölling wrote: > To be future-proof and for better readability the time comparisons are > modified > to use time_is_before_jiffies() instead of plain, err

[PATCH 1/3] net: vxge: Use time_is_before_jiffies() for time comparison

2014-05-19 Thread Manuel Schölling
To be future-proof and for better readability the time comparisons are modified to use time_is_before_jiffies() instead of plain, error-prone math. Signed-off-by: Manuel Schölling --- drivers/net/ethernet/neterion/vxge/vxge-main.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) dif