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

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

Merge "msm: kgsl: Start the ft detection when enabling it via sysfs"

parents 3c6e4cd7 27216dbb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1551,7 +1551,7 @@ static ssize_t _ft_fast_hang_detect_store(struct device *dev,

	if (tmp != adreno_dev->fast_hang_detect) {
		if (adreno_dev->fast_hang_detect) {
			if (kgsl_active_count_get(&adreno_dev->dev)) {
			if (!kgsl_active_count_get(&adreno_dev->dev)) {
				adreno_fault_detect_start(adreno_dev);
				kgsl_active_count_put(&adreno_dev->dev);
			}