staging: speakup: remove jiffies comparison using time_after_eq() in speakup_dtlk.c
authorEsra Altintas <es.altintas@gmail.com>
Tue, 7 Oct 2014 19:45:55 +0000 (22:45 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Oct 2014 02:29:12 +0000 (10:29 +0800)
commitc65cfb5e5a456759bce8b4986407d95a2d02e8a8
tree90bdd79f1371749d4fb68ee0f7b4fae07aeda768
parent0f709488c52c11abc36f7f9ba077f8232cb7cd9d
staging: speakup: remove jiffies comparison using time_after_eq() in speakup_dtlk.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_dtlk.c