diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-05-24 18:25:03 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-06-23 13:21:19 +0200 |
commit | e1f60f426f5f57388ddd943f8bc49babc45d760c (patch) | |
tree | 7e2cb49713361173ba6849af96ad0666835988a8 /Documentation/userspace-api | |
parent | media: vpif: Fix runtime PM imbalance in vpif_probe (diff) | |
download | linux-e1f60f426f5f57388ddd943f8bc49babc45d760c.tar.xz linux-e1f60f426f5f57388ddd943f8bc49babc45d760c.zip |
media: gspca: remove redundant assignment to variable retval
The variable retval is being initialized with a value that is
never read and it is being updated later with a new value. The
initialization is redundant and can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'Documentation/userspace-api')
0 files changed, 0 insertions, 0 deletions