staging: speakup: Use time_after_eq to compare jiffies in speakup_keypc.c
authorEsra Altintas <es.altintas@gmail.com>
Wed, 8 Oct 2014 11:32:10 +0000 (14:32 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Oct 2014 02:29:19 +0000 (10:29 +0800)
commit146ea83566881aecb68dbf15e30a1c945116d1c4
treeea7a3784813d5922f21fd9840578a89542f1258d
parentad96f37f06596c6a7bd4dae3cf364bbb4ab7d7a4
staging: speakup: Use time_after_eq to compare jiffies in speakup_keypc.c

The following patch fixes the checkpatch.pl warning:
WARNING: Comparing jiffies is almost always wrong; prefer time_after,
time_before and friends

Signed-off-by: Esra Altintas <es.altintas@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/speakup/speakup_keypc.c