diff options
| author | simran singhal <singhalsimran0@gmail.com> | 2017-02-22 05:01:09 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-03-06 11:16:58 +0300 |
| commit | ca5af1f303d16cdf183354abffba46528b72a163 (patch) | |
| tree | e5177364b43655c411e1f20541aa7aa447c40eb5 /scripts/basic | |
| parent | efe96779e55eb59c1d22c9b89b655b639aea6c99 (diff) | |
| download | linux-ca5af1f303d16cdf183354abffba46528b72a163.tar.xz | |
staging: gdm724x: Drop useless initialisation
Removed initialisation of a varible if it is immediately reassigned.
Changes were made using Coccinelle.
@@
type T;
constant C;
expression e;
identifier i;
@@
T i
- = C
;
i = e;
Signed-off-by: simran singhal <singhalsimran0@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/basic')
0 files changed, 0 insertions, 0 deletions
