diff options
| author | Amitoj Kaur Chawla <[email protected]> | 2015-10-15 13:41:30 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2015-10-16 23:05:17 -0700 |
| commit | 05ea2d97b9c7a2273a4f0405c036d6e4b61e2245 (patch) | |
| tree | ef8458e204e04151ff9ccb48a7d434bb502aacfe /tools/perf/scripts/python/Perf-Trace-Util/Context.c | |
| parent | 79f2af620ef5ae6a6ddf4a3da65568c90c0c5e25 (diff) | |
staging: media: davinci_vpfe: Remove useless intialisation
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/Perf-Trace-Util/Context.c')
0 files changed, 0 insertions, 0 deletions