media: drivers/media/pci/zoran: remove redundant assignment to pointer h
authorColin Ian King <colin.king@canonical.com>
Tue, 31 Oct 2017 11:31:42 +0000 (07:31 -0400)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 8 Dec 2017 15:11:53 +0000 (10:11 -0500)
commit85f42985af385f726152fd01836589f0a5a8090e
tree5acade79e69ed6ea3e8989c057cad19ed6f7dc42
parent60a881862c69d211701d9bba81203a2f44d38367
media: drivers/media/pci/zoran: remove redundant assignment to pointer h

The pointer h is already initialized to codeclist_top so the second
identical assignment is redundant and can be removed. Cleans up clang
warning:

drivers/media/pci/zoran/videocodec.c:322:21: warning: Value stored to 'h'
during its initialization is never read

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/pci/zoran/videocodec.c