diff options
| author | Colin Ian King <colin.i.king@gmail.com> | 2022-05-18 11:32:19 +0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@kernel.org> | 2022-06-20 12:30:31 +0300 |
| commit | aa911fcc772e38441f3331ccf442ada898ccbf8c (patch) | |
| tree | 9ec8071955dbc2434d1ed390f845dcd6d13d0580 /include | |
| parent | 9059ca921bd3e81ad554c1baa4c08e90b12767fe (diff) | |
| download | linux-aa911fcc772e38441f3331ccf442ada898ccbf8c.tar.xz | |
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 <colin.i.king@gmail.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions
