media: cx231xx: remove redundant assignment to variable err
authorColin Ian King <colin.king@canonical.com>
Fri, 24 Apr 2020 11:25:54 +0000 (13:25 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Sat, 4 Jul 2020 10:01:44 +0000 (12:01 +0200)
commit414953b4833f2b2024ec46213a75586465acea90
tree85e50de964aaae87446f0b9dbdfb5ee54abf8099
parent37e278c801078dcf165983a83f7cbefbae856004
media: cx231xx: remove redundant assignment to variable err

The variable err 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>
drivers/media/usb/cx231xx/cx231xx-417.c