]> git.baikalelectronics.ru Git - kernel.git/commit
staging: lustre: use setup_timer().
authorMuhammad Falak R Wani <falakreyaz@gmail.com>
Wed, 11 May 2016 15:23:31 +0000 (20:53 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 Jun 2016 05:38:19 +0000 (22:38 -0700)
commit5cba9b542c7e36b883c0372fad4728944453a6b0
tree948870f37525d1ee2a7463013eeedaee060555b2
parent766a527705130cbd6f06c53a1b8de0e8bae82690
staging: lustre: use setup_timer().

Use setup_timer() for initializing the timer, instead of structure
assignments.
This is the preferred/standard way.

Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
Acked-by: James Simmons <jsimmons@infradead.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lnet/lnet/net_fault.c