diff options
author | Amitoj Kaur Chawla <amitoj1606@gmail.com> | 2015-10-15 13:45:39 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-10-16 23:05:17 -0700 |
commit | 5309c5b8f00b399dd3f80da855d9211944f1ed7e (patch) | |
tree | 7b3f6cd9fb905ee930122b58d4047b7fc5c48a55 /tools/iio | |
parent | b49f3b23428433dc1e8bf323d1c39be73f1605e5 (diff) | |
download | linux-stable-5309c5b8f00b399dd3f80da855d9211944f1ed7e.tar.gz linux-stable-5309c5b8f00b399dd3f80da855d9211944f1ed7e.tar.bz2 linux-stable-5309c5b8f00b399dd3f80da855d9211944f1ed7e.zip |
staging: vt6655: Remove useless initialisation
Remove intialisation of a variable that is immediately reassigned.
The semantic patch used to find this is:
// <smpl>
@@
type T;
identifier x;
constant C;
expression e;
@@
T x
- = C
;
x = e;
// </smpl>
Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/iio')
0 files changed, 0 insertions, 0 deletions