Vaishali Thakkar 03b225b16d pcmcia: Use setup_timer and mod_timer
This patch introduces the use of functions setup_timer
and mod_timer.

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

// <smpl>
@@
expression x,y,z,a,b;
@@

-init_timer (&x);
+setup_timer (&x, y, z);
+mod_timer (&a, b);
-x.function = y;
-x.data = z;
-x.expires = b;
-add_timer(&a);

// </smpl>

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
..
2009-10-24 17:13:01 +02:00
2015-01-12 05:04:12 -08:00
2015-01-12 05:04:12 -08:00
2008-06-24 15:33:37 +02:00
2015-02-17 09:38:59 -08:00
2010-11-01 15:38:34 -04:00
2010-11-01 15:38:34 -04:00
2015-03-16 21:31:43 +01:00
2015-03-16 21:31:43 +01:00
2010-11-10 14:29:09 +01:00
2011-02-19 12:22:35 +01:00
2012-05-07 09:56:39 +08:00
2015-01-12 05:04:12 -08:00
2012-11-28 12:10:16 -08:00
2012-11-28 12:10:16 -08:00
2015-03-16 21:31:43 +01:00
2011-03-31 11:26:23 -03:00