summaryrefslogtreecommitdiff
path: root/drivers/staging/media/Kconfig
diff options
context:
space:
mode:
authorColin Ian King <colin.i.king@gmail.com>2022-05-18 11:32:19 +0300
committerMauro Carvalho Chehab <mchehab@kernel.org>2022-06-20 12:30:31 +0300
commitaa911fcc772e38441f3331ccf442ada898ccbf8c (patch)
tree9ec8071955dbc2434d1ed390f845dcd6d13d0580 /drivers/staging/media/Kconfig
parent9059ca921bd3e81ad554c1baa4c08e90b12767fe (diff)
downloadlinux-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 'drivers/staging/media/Kconfig')
0 files changed, 0 insertions, 0 deletions