]> Pileus Git - ~andy/linux/commit
staging: bcm: using time_after and time_before in InterfaceIdleMode.c
authorGokulnath Avanashilingam <Gokulnath.Avanashilingam@in.bosch.com>
Fri, 20 Dec 2013 15:24:31 +0000 (20:54 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 20 Dec 2013 19:47:42 +0000 (11:47 -0800)
commite42ff08dd9626e1cbb824837734e3c3c633d5ad1
tree63764602075936bb4da3fb5caad8ac47d2729a4d
parent786bdddc36ba707f9f60de499199e3835e8911f3
staging: bcm: using time_after and time_before in InterfaceIdleMode.c

Used the time_after and time_before insted of comparing
the jiffies directly.This will fix the warnings and errors
found by the checkpatch.pl script.

Signed-off-by: Gokulnath Avanashilingam <Gokulnath.Avanashilingam@in.bosch.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/bcm/InterfaceIdleMode.c