From: Michalis Pappas Date: Fri, 9 May 2014 10:08:21 +0000 (+0800) Subject: staging: gdm72xx: Replace comparisons on jiffies values with wrap-safe functions X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~36^2~749 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=917ab47f5a25d636a88a06cdc0ca0432a59b6968;p=pandora-kernel.git staging: gdm72xx: Replace comparisons on jiffies values with wrap-safe functions Fixes the following checkpatch.pl issue: WARNING: Comparing jiffies is almost always wrong; prefer time_after, time_before and friends Signed-off-by: Michalis Pappas Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed