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

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

Merge "msm: thermal: Fix KTM to handle deferred init case"

parents e21d364f cefd763b
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -3109,8 +3109,7 @@ static int init_threshold(enum msm_thresh_list index,
		goto init_thresh_exit;
	}
	if (thresh[index].thresh_list) {
		pr_err("threshold id:%d already initialized\n", index);
		ret = -EEXIST;
		pr_info("threshold id:%d already initialized\n", index);
		goto init_thresh_exit;
	}