staging: speakup: speakup_dectlk.c - use time_before_eq()
authorAnil Belur <askb23@gmail.com>
Mon, 30 Jun 2014 13:25:48 +0000 (18:55 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 8 Jul 2014 23:52:33 +0000 (16:52 -0700)
commitdd3fde11d3642e37f563e43ef10cd03377923e50
tree6cf04b11dbc762e99412b1eca01ef844e0a912eb
parentbc4f07c86eec8d530d8124530067b589b4be5c71
staging: speakup: speakup_dectlk.c - use time_before_eq()

- this replaces jiffies comparision with safer function using
  time_after_eq()

Signed-off-by: Anil Belur <askb23@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/speakup/speakup_dectlk.c