]> git.baikalelectronics.ru Git - kernel.git/commit
staging: dgnc: Use time_after_eq()
authorManuel Schölling <manuel.schoelling@gmx.de>
Sun, 25 May 2014 18:07:02 +0000 (20:07 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 May 2014 18:53:44 +0000 (11:53 -0700)
commitd64018251280aa891993fd63ef1950116196e6ff
treec44316faac58e1b6606de05626baf19caff672c3
parentcde8eaadc5da62e422ecf339abbe7f27b28a4d0c
staging: dgnc: Use time_after_eq()

To be future-proof and for better readability the time comparisons are
modified to use time_after_eq() instead of plain, error-prone math.

Signed-off-by: Manuel Schölling <manuel.schoelling@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgnc/dgnc_neo.c