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

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

Merge "coresight: tmc: Fix the unbalanced lock in tmc_read()"

parents 2d0dd7d9 f60ba063
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1586,7 +1586,7 @@ out:
	dev_dbg(drvdata->dev, "%s: %zu bytes copied, %d bytes left\n",
		__func__, len, (int) (drvdata->size - *ppos));

	mutex_lock(&drvdata->usb_lock);
	mutex_unlock(&drvdata->usb_lock);
	return len;
}