diff options
author | 2015-06-11 10:57:35 +0530 | |
---|---|---|
committer | 2015-07-18 12:16:43 +0200 | |
commit | 6d6db340a7e832dc18a6a95d9f9fc79d03ff959e (patch) | |
tree | db7b36fcb8d731ecb2b435d5d73d9ea4fb16e5a5 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | ARM: pxa: Use module_platform_driver (diff) | |
download | wireguard-linux-6d6db340a7e832dc18a6a95d9f9fc79d03ff959e.tar.xz wireguard-linux-6d6db340a7e832dc18a6a95d9f9fc79d03ff959e.zip |
ARM: pxa: 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: Robert Jarzmik <robert.jarzmik@free.fr>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions