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

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

Merge "drivers: mailbox: retry message submission"

parents 66b7b5c6 f918a3c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ static void msg_submit(struct mbox_chan *chan)
again:
	spin_lock_irqsave(&chan->lock, flags);

	if (!chan->msg_count || chan->active_req)
	if (!chan->msg_count || (chan->active_req && err != -EAGAIN))
		goto exit;

	count = chan->msg_count;