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

Commit 325fc4d8 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "memory_dump: resolve the issue of configuring core_reg_numer"

parents 51b9ea9e 376a0081
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -168,8 +168,8 @@ static ssize_t core_reg_num_store(struct device *dev,
		goto err;
	}
	if (val == cpudata->core_reg_num) {
		ret = 0;
		goto err;
		mutex_unlock(&cpudata->mutex);
		return size;
	}

	mutex_unlock(&cpudata->mutex);