OSDN Git Service

media: ov8865: Disable only enabled regulators on error path
authorSakari Ailus <sakari.ailus@linux.intel.com>
Wed, 15 Dec 2021 08:38:48 +0000 (09:38 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Thu, 16 Dec 2021 19:54:52 +0000 (20:54 +0100)
commitcbe0b3af73bf72fad197756f026084404e2bcdc7
tree532d16afdb0ac7fef79c0ac985405bf7db60cc12
parent6ab7030039241c2667f5a7ad94935878279c9370
media: ov8865: Disable only enabled regulators on error path

If powering on the sensor failed, the entire power-off sequence was run
independently of how far the power-on sequence proceeded before the error.
This lead to disabling regulators and/or clock that was not enabled.

Fix this by disabling only clocks and regulators that were enabled
previously.

Fixes: 11c0d8fdccc5 ("media: i2c: Add support for the OV8865 image sensor")
Cc: stable@vger.kernel.org
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/i2c/ov8865.c