diff options
| author | Amitoj Kaur Chawla <[email protected]> | 2015-10-15 13:34:41 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2015-10-16 22:10:37 -0700 |
| commit | d26a752e198fcd4e3bcd8787a045f6aacb93419d (patch) | |
| tree | f85cf3a8831757eec5da578a8b8a7e1c7436e782 /tools/perf/scripts/python | |
| parent | 5aebea5590295ab35df87cc0c0a19f0d0241f012 (diff) | |
staging: rtl8723au: hal: Remove useless intialisation
Remove intialisation of a variable that is immediately reassigned. The
problem was found using coccinelle semantic patch and further
opportunities were identified by hand.
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 <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions