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

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

Merge "msm: cpr-regulator: modify quotient delta constraints"

parents eae848a2 c8d9f0f5
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -1274,10 +1274,6 @@ static int cpr_init_cpr_efuse(struct platform_device *pdev,
			     quot[CPR_CORNER_NORMAL])
					<= CPR_FUSE_MIN_QUOT_DIFF)
				valid_fuse = false;
			else if ((quot[CPR_CORNER_NORMAL] -
				  quot[CPR_CORNER_SVS])
					<= CPR_FUSE_MIN_QUOT_DIFF)
				valid_fuse = false;
		} else {
			valid_fuse = false;
		}