media: saa7164: Remove redundant assignment of pointer t
authorColin Ian King <colin.king@canonical.com>
Fri, 10 Sep 2021 11:39:57 +0000 (13:39 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thu, 30 Sep 2021 08:07:59 +0000 (10:07 +0200)
commit1c43c1ecd6a4dd0673f097ee11f5566a1ff25ef7
treeed782d770c985b872707785088838326820a83e5
parent5a3683d60e56f4faa9552d3efafd87ef106dd393
media: saa7164: Remove redundant assignment of pointer t

The pointer t is being assigned a value that is never read, it is being
updated later on inside the for-loop. 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+huawei@kernel.org>
drivers/media/pci/saa7164/saa7164-api.c