diff options
| author | Amitoj Kaur Chawla <[email protected]> | 2015-10-15 13:48:29 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2015-10-16 21:57:25 -0700 |
| commit | baba7c743a91da1fa5946da98ce86eddfe81a5fb (patch) | |
| tree | b5cca2845891d7fc0c7f508f859a8a4f8fcbb9b2 /tools/perf/scripts | |
| parent | 23fba59de00aeeb587db16b450aea7c497cde8ed (diff) | |
staging: wilc1000: wilc_wfi_cfgoperations: 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 <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts')
0 files changed, 0 insertions, 0 deletions