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

Commit 5c227589 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "rpmsg: glink: Return -ECONNRESET for non-blcoking tx"

parents 1f636e99 d56f4b80
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1480,6 +1480,9 @@ static int __qcom_glink_send(struct glink_channel *channel,
			if (intent)
				break;

			if (atomic_read(&glink->in_reset))
				return -ECONNRESET;

			if (!wait)
				return -EBUSY;