Julia Lawall 99a1b74395 orinoco_usb: Use setup_timer
Convert a call to init_timer and accompanying intializations of
the timer's data and function fields to a call to setup_timer.

A simplified version of the semantic match that fixes this problem is as
follows: (http://coccinelle.lip6.fr/)

// <smpl>
@@
expression t,f,d;
@@

-init_timer(&t);
+setup_timer(&t,f,d);
-t.function = f;
-t.data = d;
// </smpl>

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2015-01-07 10:45:12 +02:00
..
2015-01-07 10:45:04 +02:00
2014-12-24 15:15:25 +02:00
2015-01-07 10:45:08 +02:00
2015-01-06 19:36:11 +02:00
2014-08-26 09:35:54 +02:00
2015-01-07 10:45:12 +02:00
2014-12-14 16:10:09 -08:00
2014-08-11 12:19:53 -07:00
2014-08-11 12:19:53 -07:00
2014-08-28 14:41:56 -04:00
2014-08-28 14:41:56 -04:00