]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita08937c613db34a4c2dff7657aee938a143c09b6
tree6cf04b11dbc762e99412b1eca01ef844e0a912eb
parent631df8d18650a0df7301ba02485498c655141b00
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