media: saa7134: remove redundant assignment to variable value
authorColin Ian King <colin.king@canonical.com>
Fri, 5 Jul 2019 08:32:46 +0000 (04:32 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Tue, 23 Jul 2019 15:44:56 +0000 (11:44 -0400)
commit81f96ebc8a663869948c197c60f0356f247ac91c
treec96543140774e94754714762133915f15018ace6
parent322b169476aaeeb96515d69baaee330e47ac10a0
media: saa7134: remove redundant assignment to variable value

The variable value is being assigned with a value that is never
read and it is being updated later with a new value. The
assignment 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+samsung@kernel.org>
drivers/media/pci/saa7134/saa7134-tvaudio.c