diff options
author | Julia Lawall <Julia.Lawall@lip6.fr> | 2014-12-26 15:35:43 +0100 |
---|---|---|
committer | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2014-12-28 20:00:22 +0200 |
commit | c1dc8288fe15425bb0620df9959182f32de51b4c (patch) | |
tree | 7fdaa6c145eb84d53e7a89ad5c93812de569d9c2 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 2624a5ca76eff87e92ec2be9ea76dd382993bd19 (diff) |
iwlwifi: dvm: tt: 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.data = d;
-t.function = f;
// </smpl>
Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions