Vaishali Thakkar
f05b7cb6f2
USB: serial: mos7840: Use setup_timer
...
Use the timer API function setup_timer instead of structure field
assignments to initialize a timer.
A simplified version of the Coccinelle semantic patch that performs
this transformation is as follows:
@change@
expression e1, e2, e3, e4, a, b;
@@
-init_timer(&e1);
+setup_timer(&e1, a, b);
... when != a = e2
when != b = e3
-e1.function = a;
... when != b = e4
-e1.data = b;
Signed-off-by: Vaishali Thakkar <vthakkar1994@gmail.com >
Signed-off-by: Johan Hovold <johan@kernel.org >
2015-06-01 16:39:41 +02:00
..
2014-01-03 12:39:31 -08:00
2014-01-08 15:01:39 -08:00
2014-01-08 15:01:39 -08:00
2015-02-26 17:13:05 +01:00
2015-04-03 18:59:34 +02:00
2015-02-26 17:06:39 +01:00
2015-04-29 12:30:32 +02:00
2014-03-12 12:44:50 -07:00
2014-03-12 12:44:50 -07:00
2014-01-03 12:42:24 -08:00
2014-09-23 21:19:35 -07:00
2014-01-08 15:01:39 -08:00
2015-03-27 17:36:29 +01:00
2015-03-16 10:45:10 +01:00
2015-03-25 15:32:53 +01:00
2012-03-14 15:43:05 -07:00
2014-01-08 15:01:39 -08:00
2015-03-07 03:44:14 +01:00
2014-01-08 15:01:39 -08:00
2011-03-31 11:26:23 -03:00
2013-03-25 13:50:53 -07:00
2014-09-23 21:19:35 -07:00
2014-05-27 15:12:57 -07:00
2014-01-08 15:01:39 -08:00
2014-01-08 15:01:39 -08:00
2014-01-03 12:31:46 -08:00
2014-03-12 12:44:50 -07:00
2014-11-04 18:11:01 +01:00
2015-03-19 18:04:01 +01:00
2014-01-03 12:39:31 -08:00
2015-01-02 15:12:28 +01:00
2012-10-25 09:37:13 -07:00
2014-07-09 15:44:06 -07:00
2014-11-26 10:41:46 -08:00
2014-09-15 18:43:08 +02:00
2014-01-08 15:01:39 -08:00
2010-10-18 11:03:14 +02:00
2014-01-08 15:01:39 -08:00
2014-12-02 16:15:02 -08:00
2015-06-01 16:39:41 +02:00
2015-02-26 17:13:59 +01:00
2014-01-08 15:01:39 -08:00
2014-01-08 15:01:39 -08:00
2014-11-03 09:07:30 +01:00
2015-01-19 15:53:53 +01:00
2014-01-08 15:01:39 -08:00
2015-04-29 12:34:24 +02:00
2015-04-29 12:34:24 +02:00
2014-01-08 15:01:39 -08:00
2015-01-07 10:12:25 +01:00
2014-03-12 12:44:50 -07:00
2014-01-08 15:01:39 -08:00
2014-09-01 11:55:30 +02:00
2014-03-12 12:44:50 -07:00
2014-11-19 16:22:22 +01:00
2014-03-12 12:44:50 -07:00
2014-09-23 21:19:35 -07:00
2013-06-19 15:54:45 -07:00
2014-01-08 15:01:39 -08:00
2014-06-03 12:57:53 -07:00
2014-12-14 14:57:16 -08:00
2015-02-26 17:12:46 +01:00
2014-05-27 15:04:08 -07:00
2015-04-29 12:36:52 +02:00
2014-01-03 12:39:31 -08:00
2014-08-24 14:15:08 -05:00
2014-01-08 15:01:39 -08:00
2014-09-04 11:18:26 +02:00