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
..
2014-10-20 16:21:21 +02:00
2014-07-18 16:58:07 -07:00
2009-09-30 21:47:01 +02:00
2014-10-20 16:21:21 +02:00
2014-05-27 14:58:24 -06: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
2013-02-21 17:22:16 -08:00
2014-10-20 16:21:21 +02:00
2015-01-12 05:04:12 -08:00
2014-10-20 16:21:21 +02:00
2014-07-18 16:58:07 -07:00
2008-06-24 15:33:37 +02:00
2014-10-20 16:21:21 +02:00
2010-03-15 14:50:15 +01:00
2015-02-17 09:38:59 -08:00
2014-10-20 16:21:21 +02:00
2010-11-01 15:38:34 -04:00
2014-10-20 16:21:21 +02:00
2010-11-01 15:38:34 -04:00
2015-01-12 05:04:13 -08:00
2010-10-15 14:31:47 +02:00
2015-03-16 21:31:43 +01:00
2010-09-29 17:20:24 +02:00
2011-04-26 23:31:11 -07:00
2015-03-16 21:31:43 +01:00
2010-11-10 14:29:09 +01:00
2012-02-21 14:27:04 +00:00
2014-10-20 16:21:21 +02:00
2011-02-19 12:22:35 +01:00
2011-11-05 22:26:46 +00:00
2012-02-21 14:27:04 +00:00
2012-02-21 14:27:04 +00:00
2012-02-21 14:27:04 +00:00
2012-02-21 14:27:04 +00:00
2012-05-07 09:56:39 +08:00
2012-02-21 14:27:04 +00:00
2012-02-21 14:27:04 +00:00
2012-02-21 14:27:04 +00:00
2012-02-21 14:27:04 +00:00
2012-11-28 12:10:16 -08:00
2012-02-21 14:27:04 +00:00
2012-02-21 14:27:04 +00:00
2014-10-20 16:21:21 +02:00
2012-02-21 14:27:04 +00:00
2011-06-10 14:55:36 +02:00
2015-01-12 05:04:12 -08:00
2013-01-29 10:48:30 +01:00
2015-01-25 09:18:00 -08:00
2014-12-05 16:30:33 +00:00
2009-11-09 08:30:11 +01:00
2012-11-28 12:10:16 -08:00
2012-11-28 12:10:16 -08:00
2014-12-14 16:10:09 -08:00
2010-12-21 14:53:45 +00:00
2012-11-28 12:10:16 -08:00
2012-02-21 14:27:04 +00:00
2012-11-28 12:10:16 -08:00
2012-11-28 12:10:16 -08:00
2014-11-07 11:24:01 -08:00
2014-12-14 16:43:47 -08:00
2014-11-07 11:24:01 -08:00
2014-11-07 11:24:01 -08:00
2012-02-21 14:27:18 +00:00
2012-03-27 18:17:02 -07:00
2015-03-16 21:31:43 +01:00
2012-02-21 14:27:03 +00:00
2012-03-28 18:30:03 +01:00
2014-10-20 16:21:21 +02:00
2011-03-31 11:26:23 -03:00
2009-11-11 19:34:27 +01:00
2014-10-20 16:21:21 +02:00
2014-07-18 16:58:07 -07:00
2009-07-03 15:45:29 +01:00
2014-10-20 16:21:21 +02:00
2015-03-16 21:31:43 +01:00
2005-09-07 16:57:21 -07:00