diff options
author | Vaishali Thakkar <vthakkar1994@gmail.com> | 2015-02-11 10:17:27 +0100 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2015-02-14 18:28:41 +0100 |
commit | 9f59f970ec2128522a98f6826350a3bfbaf70163 (patch) | |
tree | 83251fefcba522333782377b7856269b3ea11f02 /REPORTING-BUGS | |
parent | iio: Export userspace IIO headers (diff) | |
download | linux-9f59f970ec2128522a98f6826350a3bfbaf70163.tar.xz linux-9f59f970ec2128522a98f6826350a3bfbaf70163.zip |
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 <vthakkar1994@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'REPORTING-BUGS')
0 files changed, 0 insertions, 0 deletions