Loading drivers/input/misc/qcom-hv-haptics.c +1 −1 Original line number Diff line number Diff line Loading @@ -1474,7 +1474,7 @@ static int haptics_open_loop_drive_config(struct haptics_chip *chip, bool en) u8 val; if ((is_boost_vreg_enabled_in_open_loop(chip) || is_haptics_external_powered(chip)) && en) { chip->hboost_enabled || is_haptics_external_powered(chip)) && en) { /* Force VREG_RDY */ rc = haptics_masked_write(chip, chip->cfg_addr_base, HAP_CFG_VSET_CFG_REG, FORCE_VREG_RDY_BIT, Loading Loading
drivers/input/misc/qcom-hv-haptics.c +1 −1 Original line number Diff line number Diff line Loading @@ -1474,7 +1474,7 @@ static int haptics_open_loop_drive_config(struct haptics_chip *chip, bool en) u8 val; if ((is_boost_vreg_enabled_in_open_loop(chip) || is_haptics_external_powered(chip)) && en) { chip->hboost_enabled || is_haptics_external_powered(chip)) && en) { /* Force VREG_RDY */ rc = haptics_masked_write(chip, chip->cfg_addr_base, HAP_CFG_VSET_CFG_REG, FORCE_VREG_RDY_BIT, Loading