diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-07-22 17:16:30 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-08-06 11:28:21 +0200 |
commit | 670f7ef5f0fccd5b6dd7da80a0f7ec6b6cf9aafa (patch) | |
tree | e91ace2d2df19ae23a6babe3521c1ca16d0cb00b /Documentation | |
parent | media: allegro: fix potential null dereference on header (diff) | |
download | linux-670f7ef5f0fccd5b6dd7da80a0f7ec6b6cf9aafa.tar.xz linux-670f7ef5f0fccd5b6dd7da80a0f7ec6b6cf9aafa.zip |
media: radio: 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')
0 files changed, 0 insertions, 0 deletions