commit | 146ea83566881aecb68dbf15e30a1c945116d1c4 | [log] [tgz] |
---|---|---|
author | Esra Altintas <es.altintas@gmail.com> | Wed Oct 08 14:32:10 2014 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Oct 20 10:29:19 2014 +0800 |
tree | ea7a3784813d5922f21fd9840578a89542f1258d | |
parent | ad96f37f06596c6a7bd4dae3cf364bbb4ab7d7a4 [diff] |
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>