Vaishali Thakkar bae23b6840 atm: idt77105: 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, a;
@@

-init_timer(&e1);
+setup_timer(&e1, a, 0UL);
... when != a = e2
-e1.function = a;

Signed-off-by: Vaishali Thakkar <vthakkar1994@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-06-10 22:46:34 -07:00
..
2015-01-18 00:28:41 -05:00
2011-03-31 11:26:23 -03:00
2015-06-04 15:43:10 -07:00
2015-01-18 00:28:41 -05:00
2015-06-10 22:46:34 -07:00
2005-04-16 15:20:36 -07:00
2011-03-31 11:26:23 -03:00
2013-02-08 14:22:05 -05:00
2015-01-18 00:28:41 -05:00
2005-04-16 15:20:36 -07:00
2012-03-28 18:30:03 +01:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2011-07-26 16:49:47 -07:00
2005-04-16 15:20:36 -07:00
2015-01-18 00:28:41 -05:00
2005-04-16 15:20:36 -07:00