X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=drivers%2Fregulator%2Fqcom_rpm-regulator.c;h=00c5cc3d954636784a14f5d3c03c7ffcff7896b5;hp=e8647f7cf25e27378af00ec7799195c2a29e995a;hb=5c2770079fb9b8c5bfb7113d9e76de66e77a0e24;hpb=e0c8453769fcaec654cd5870e84c63175658c842 diff --git a/drivers/regulator/qcom_rpm-regulator.c b/drivers/regulator/qcom_rpm-regulator.c index e8647f7cf25e..00c5cc3d9546 100644 --- a/drivers/regulator/qcom_rpm-regulator.c +++ b/drivers/regulator/qcom_rpm-regulator.c @@ -205,6 +205,7 @@ static int rpm_reg_write(struct qcom_rpm_reg *vreg, vreg->val[req->word] |= value << req->shift; return qcom_rpm_write(vreg->rpm, + QCOM_RPM_ACTIVE_STATE, vreg->resource, vreg->val, vreg->parts->request_len);