media: cobalt: drop an unused variable
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 24 Nov 2021 12:07:01 +0000 (12:07 +0000)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 29 Nov 2021 12:23:25 +0000 (13:23 +0100)
commit675599009abc973b21a5a459799f34123562f517
tree8fb68dc942679dbaf9bf310195de5771a327ef70
parent440aae04f38bf5f5fe620783fd9effa57a0a9ae4
media: cobalt: drop an unused variable

The clock_control value is read but never actually used. Based on
a comment at the code, it has to be reset at the function.

So, drop the variable that stores its value.

Reviewed-by: Nathan Chancellor <nathan@kernel.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/pci/cobalt/cobalt-cpld.c