Files
linux/drivers
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-02-03 15:48:51 -08:00
2015-02-25 11:38:46 +11:00
2015-02-03 15:58:39 -08:00
2015-02-04 09:15:18 +01:00
2015-03-16 21:31:43 +01:00
2015-02-18 08:40:29 +01:00
2015-03-06 01:29:05 +01:00
2015-02-03 15:58:39 -08:00