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-03-06 01:29:16 +01:00
2015-03-16 21:10:28 +01:00
2015-03-01 21:43:37 -08:00
2015-03-16 21:31:43 +01:00
2015-03-06 01:29:05 +01:00
2015-03-08 12:25:40 -07:00
2015-03-08 12:47:18 -07:00