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

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

Merge "coresight-remote-etm: Removes lock in remote_etm_rcv_msg()"

parents e6ef63a8 560dd41d
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -186,12 +186,9 @@ static void remote_etm_rcv_msg(struct work_struct *work)
	struct remote_etm_drvdata *drvdata = container_of(work,
						struct remote_etm_drvdata,
						work_rcv_msg);
	mutex_lock(&drvdata->mutex);
	if (qmi_recv_msg(drvdata->handle) < 0)
		dev_err(drvdata->dev, "%s: Error receiving QMI message\n",
			__func__);

	mutex_unlock(&drvdata->mutex);
}

static void remote_etm_notify(struct qmi_handle *handle,