]> git.baikalelectronics.ru Git - kernel.git/commit
media: ov7670: remove ov7670_power_off from ov7670_remove
authorDongliang Mu <mudongliangabcd@gmail.com>
Fri, 22 Apr 2022 08:54:05 +0000 (10:54 +0200)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Tue, 17 May 2022 07:09:29 +0000 (09:09 +0200)
commitd9caa27ad38b4aa69a49c20a325f3f03a396f297
tree053e729ded383bae50048ec1c912a21940933099
parente7fcf94309e0c9b78c5b334bae00113a9de77026
media: ov7670: remove ov7670_power_off from ov7670_remove

In ov7670_probe, it always invokes ov7670_power_off() no matter
the execution is successful or failed. So we cannot invoke it
agiain in ov7670_remove().

Fix this by removing ov7670_power_off from ov7670_remove.

Fixes: 4b14b7073ba0 ("media: ov7670: control clock along with power")
Signed-off-by: Dongliang Mu <mudongliangabcd@gmail.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/media/i2c/ov7670.c