diff options
| author | Colin Ian King <[email protected]> | 2022-05-18 09:32:19 +0100 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2022-06-20 10:30:31 +0100 |
| commit | aa911fcc772e38441f3331ccf442ada898ccbf8c (patch) | |
| tree | 9ec8071955dbc2434d1ed390f845dcd6d13d0580 /tools/perf/scripts/python | |
| parent | 9059ca921bd3e81ad554c1baa4c08e90b12767fe (diff) | |
media: platform: exynos-gsc: remove redundant initializations of f_chk_len and f_chk_addr
The variables f_chk_len and f_chk_addr are being initialized to zero and
then being re-assigned in the next statement. The initializations are
redundant and can be removed. Also initialize s_chk_addr and s_chk_len
at the declaration statement.
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions