diff --git a/drivers/media/i2c/ov50c40.c b/drivers/media/i2c/ov50c40.c index df78bd7d14a5..c8dcf8bd46c6 100644 --- a/drivers/media/i2c/ov50c40.c +++ b/drivers/media/i2c/ov50c40.c @@ -6655,8 +6655,8 @@ static void __ov50c40_power_off(struct ov50c40 *ov50c40) if (ov50c40->is_thunderboot_ng) { ov50c40->is_thunderboot_ng = false; - regulator_bulk_disable(OV50C40_NUM_SUPPLIES, ov50c40->supplies); } + regulator_bulk_disable(OV50C40_NUM_SUPPLIES, ov50c40->supplies); } static int ov50c40_runtime_resume(struct device *dev)