From: Chen Gang Date: Sat, 8 Jun 2013 03:57:39 +0000 (+0800) Subject: drivers: staging: dgrp: using time_is_before_jiffies() instead of open coding 'jiffies' X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~184 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5aaf4c27f38e2a40f5b25fd3c43cb4d57b06ae59;p=pandora-kernel.git drivers: staging: dgrp: using time_is_before_jiffies() instead of open coding 'jiffies' Need use the proper jiffy comparison macros/functions instead of open coding 'jiffies'. The original 'comparation' is always true. The related warning (with 'EXTRA_CFLAGS=-W') drivers/staging/dgrp/dgrp_net_ops.c:1610:10: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits] Signed-off-by: Chen Gang Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed