commit | 670f7ef5f0fccd5b6dd7da80a0f7ec6b6cf9aafa | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Wed Jul 22 17:16:30 2020 +0200 |
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | Thu Aug 06 11:28:21 2020 +0200 |
tree | e91ace2d2df19ae23a6babe3521c1ca16d0cb00b | |
parent | 04320b3ef90bef04df6672e3a98a266b88c35b55 [diff] |
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>