diff --git a/drivers/regulator/cpr3-regulator.c b/drivers/regulator/cpr3-regulator.c index 087b6a8364f8..a4f51489f764 100644 --- a/drivers/regulator/cpr3-regulator.c +++ b/drivers/regulator/cpr3-regulator.c @@ -5839,8 +5839,7 @@ int cpr3_regulator_register(struct platform_device *pdev, } } - if (ctrl->supports_hw_closed_loop && ctrl->ctrl_type != - CPR_CTRL_TYPE_CPRH) { + if (ctrl->supports_hw_closed_loop) { rc = msm_spm_probe_done(); if (rc) { if (rc != -EPROBE_DEFER)