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

Commit 8e3cb01b authored by Nathan Chancellor's avatar Nathan Chancellor Committed by Razziell
Browse files

msm: thermal: Remove unnecessary parentheses

parent 1e70bedb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2650,7 +2650,7 @@ static int do_vdd_mx(void)
		}
	}

	if ((dis_cnt == thresh[MSM_VDD_MX_RESTRICTION].thresh_ct)) {
	if (dis_cnt == thresh[MSM_VDD_MX_RESTRICTION].thresh_ct) {
		ret = remove_vdd_mx_restriction();
		if (ret)
			pr_err("Failed to remove vdd mx restriction\n");