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

Commit 47fbb10b 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" into msm-next

parents 6cf2394a 6882c024
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;