media: davinci: remove redundant assignment to pointer 'common'
authorColin Ian King <colin.king@canonical.com>
Wed, 15 Apr 2020 22:54:11 +0000 (00:54 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 21 Apr 2020 11:24:32 +0000 (13:24 +0200)
commite13160116939c9825de5e78e697cb48b1a3f0258
tree9923d527b37483e72ffa1740949a1ded2d891644
parent4d7463cdf5dea933b6796681bdfac9015a845652
media: davinci: remove redundant assignment to pointer 'common'

The pointer 'common' is being assigned with a value that is never read,
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/platform/davinci/vpif_display.c