Vaishali Thakkar dae6cdabe4 pcmcia: Use setup_timer
This patch introduces the use of function setup_timer.

This is done using Coccinelle and semantic patch used is
as follows:

@@
expression x,y,z;
@@

- init_timer (&x);
+ setup_timer (&x, y, z);
- x.function = y;
- x.data = z;

Signed-off-by: Vaishali Thakkar <vthakkar1994@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-03-16 21:31:43 +01:00
..
2015-01-12 05:04:12 -08:00
2015-01-12 05:04:12 -08:00
2015-02-17 09:38:59 -08:00
2015-03-16 21:31:43 +01:00
2015-01-12 05:04:12 -08:00
2015-03-16 21:31:43 +01:00