OSDN Git Service

staging: speakup: remove jiffies comparison using time_after_eq()
authorTapasweni Pathak <tapaswenipathak@gmail.com>
Sun, 21 Sep 2014 13:52:51 +0000 (19:22 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 23 Sep 2014 20:31:36 +0000 (13:31 -0700)
commit89021ecc8364e727a24b0683a74515c8ddf308db
tree13f5c268b621bee6a582a53345c688e95fa18073
parent2e94283b68d8fad5e358e32e52aebf1f569544d7
staging: speakup: remove jiffies comparison using time_after_eq()

This patch fixes checkpatch.pl warning in files of speakup
WARNING : Comparing jiffies is almost always wrong; prefer time_after,
time_before and friends

Signed-off-by: Tapasweni Pathak <tapaswenipathak@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/speakup/speakup_decext.c
drivers/staging/speakup/speakup_decpc.c
drivers/staging/speakup/synth.c