diff options
| author | Amitoj Kaur Chawla <[email protected]> | 2015-10-15 13:40:08 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2015-10-16 23:05:17 -0700 |
| commit | 3bf3cdee6368a0093584f021aaded582427048dd (patch) | |
| tree | 8f82e54aad0b514a4dcc686509d79a2dc207801f /tools/perf/scripts/python/failed-syscalls-by-pid.py | |
| parent | 05ea2d97b9c7a2273a4f0405c036d6e4b61e2245 (diff) | |
staging: media: lirc: 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/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions