Loading drivers/soc/qcom/wcnss/wcnss_vreg.c +5 −0 Original line number Diff line number Diff line Loading @@ -585,6 +585,11 @@ static void wcnss_vregs_off(struct vregs_info regulators[], uint size, wcnss_log(ERR, "vreg %s disable failed (%d)\n", regulators[i].name, rc); } /* Free the regulator source */ if (regulators[i].state & VREG_GET_REGULATOR_MASK) regulator_put(regulators[i].regulator); regulators[i].state = VREG_NULL_CONFIG; } } Loading Loading
drivers/soc/qcom/wcnss/wcnss_vreg.c +5 −0 Original line number Diff line number Diff line Loading @@ -585,6 +585,11 @@ static void wcnss_vregs_off(struct vregs_info regulators[], uint size, wcnss_log(ERR, "vreg %s disable failed (%d)\n", regulators[i].name, rc); } /* Free the regulator source */ if (regulators[i].state & VREG_GET_REGULATOR_MASK) regulator_put(regulators[i].regulator); regulators[i].state = VREG_NULL_CONFIG; } } Loading