diff options
| author | Julia Lawall <[email protected]> | 2014-12-26 15:35:34 +0100 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2014-12-30 18:34:23 -0500 |
| commit | d0e520ef63a23f8bd7806450f5d2820d35594ba9 (patch) | |
| tree | c9f8310a38ef6a40c6f1fc19c77cc852c797a14b /tools/perf/scripts/python | |
| parent | 5115ec9654f87ba0d9508569f91fe1f444ffbf58 (diff) | |
atheros: atlx: 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 <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions