Signed-off-by: Axel Lin <axel....@ingics.com>
---
 drivers/regulator/vctrl-regulator.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/drivers/regulator/vctrl-regulator.c 
b/drivers/regulator/vctrl-regulator.c
index 78de002037c7..259864520a06 100644
--- a/drivers/regulator/vctrl-regulator.c
+++ b/drivers/regulator/vctrl-regulator.c
@@ -334,10 +334,8 @@ static int vctrl_init_vtable(struct platform_device *pdev)
                ctrl_uV = regulator_list_voltage(ctrl_reg, i);
 
                if (ctrl_uV < vrange_ctrl->min_uV ||
-                   ctrl_uV > vrange_ctrl->max_uV) {
+                   ctrl_uV > vrange_ctrl->max_uV)
                        rdesc->n_voltages--;
-                       continue;
-               }
        }
 
        if (rdesc->n_voltages == 0) {
-- 
2.17.1

Reply via email to