diff options
| author | Vaishali Thakkar <[email protected]> | 2015-02-11 14:47:27 +0530 |
|---|---|---|
| committer | Jonathan Cameron <[email protected]> | 2015-02-14 17:28:41 +0000 |
| commit | 9f59f970ec2128522a98f6826350a3bfbaf70163 (patch) | |
| tree | 83251fefcba522333782377b7856269b3ea11f02 /tools/perf/scripts/python/syscall-counts.py | |
| parent | 293487c8ecc1103f4625cea5e90e1ba0cc89660f (diff) | |
iio: gp2ap020a00f: Use put_unaligned_le32
This patch introduces the use of function put_unaligned_le32.
This is done using Coccinelle and semantic patch used is as follows:
@@ identifier tmp; expression ptr; expression y,e; type T; @@
- tmp = cpu_to_le32(y);
<+... when != tmp
- memcpy(ptr, (T)&tmp, ...);
+ put_unaligned_le32(y,ptr);
...+>
? tmp = e
@@ type T; identifier tmp; @@
- T tmp;
...when != tmp
Signed-off-by: Vaishali Thakkar <[email protected]>
Signed-off-by: Jonathan Cameron <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions