diff options
| author | Bhaktipriya Shridhar <[email protected]> | 2016-02-19 03:13:56 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-02-20 15:12:06 -0800 |
| commit | 7949be663f7d3693cde96bb65fc3cb3b981c5700 (patch) | |
| tree | 37e242af26aab7532b8c9e0a4ac9004de2990894 /tools/perf/scripts/python | |
| parent | a4eed41f961901e70453159bc8ff9ac5a2f0ef6b (diff) | |
staging: rtl8192e: 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: Bhaktipriya Shridhar <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions