Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9b86a4eb authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "regulator: cpr3-regulator: fix potential aging uninitialized variable usage"

parents 00b28ae0 3b526cbe
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -3341,7 +3341,8 @@ static int cpr3_regulator_measure_aging(struct cpr3_controller *ctrl,
		if (rc) {
		if (rc) {
			cpr3_err(ctrl, "failed to clear CPR4 configuration,rc=%d\n",
			cpr3_err(ctrl, "failed to clear CPR4 configuration,rc=%d\n",
				rc);
				rc);
			goto cleanup;
			kfree(quot_delta_results);
			return rc;
		}
		}
	}
	}