diff options
| author | simran singhal <[email protected]> | 2017-02-22 07:31:09 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2017-03-06 09:16:58 +0100 |
| commit | ca5af1f303d16cdf183354abffba46528b72a163 (patch) | |
| tree | e5177364b43655c411e1f20541aa7aa447c40eb5 /tools/perf/scripts/python/netdev-times.py | |
| parent | efe96779e55eb59c1d22c9b89b655b639aea6c99 (diff) | |
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 <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions