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

Commit 13b780fb 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: Fixing min_pwrlevel kgsl sysfs element"

parents 69f45047 0fd90dff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -275,7 +275,7 @@ static ssize_t kgsl_pwrctrl_min_pwrlevel_store(struct device *dev,
	pwr = &device->pwrctrl;

	ret = kgsl_sysfs_store(buf, &level);
	if (ret != count)
	if (ret)
		return ret;

	mutex_lock(&device->mutex);