summaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorJulia Lawall <Julia.Lawall@lip6.fr>2014-12-26 15:35:43 +0100
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>2014-12-28 20:00:22 +0200
commitc1dc8288fe15425bb0620df9959182f32de51b4c (patch)
tree7fdaa6c145eb84d53e7a89ad5c93812de569d9c2 /tools/perf/scripts/python
parent2624a5ca76eff87e92ec2be9ea76dd382993bd19 (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')
0 files changed, 0 insertions, 0 deletions