diff options
author | Julia Lawall <Julia.Lawall@lip6.fr> | 2014-12-26 15:35:44 +0100 |
---|---|---|
committer | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2014-12-28 20:00:22 +0200 |
commit | bd9c504bfd659e58d3537123e6798a9b83a2263d (patch) | |
tree | 05ea01155be5bc73ffb497b8be1a96ccd6d10ede /tools/perf/scripts/python/sched-migration.py | |
parent | c1dc8288fe15425bb0620df9959182f32de51b4c (diff) |
iwlwifi: dvm: main: 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/sched-migration.py')
0 files changed, 0 insertions, 0 deletions