Staging: speakup: removing jiffies comparison using time_after_eq()
authorAshvini Varatharaj <ashvinivaratharaj@gmail.com>
Sat, 19 Oct 2013 03:21:20 +0000 (08:51 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 19 Oct 2013 12:27:15 +0000 (05:27 -0700)
commit75b76b470f8772c0c5745d5546b34716e06cc4b8
tree69d395257bdf707a970a27d8ab5032b5c6a9d584
parent2ef9d838e49b4d6396f9c17a38eb5b85a10da07d
Staging: speakup: removing jiffies comparison using time_after_eq()

Fix checkpatch warning:  Comparing jiffies is almost always wrong;
prefer time_after, time_before and friends

Signed-off-by: Ashvini Varatharaj <ashvinivaratharaj@gmail.com>
Reviewed-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/speakup/speakup_acntpc.c