Merge "soc: qcom: glink_smem_native_xport: Send blocked signal command"

This commit is contained in:
Linux Build Service Account 2017-12-19 22:27:41 -08:00 committed by Gerrit - the friendly Code Review server
commit 9644b44c7d

View file

@ -1982,6 +1982,7 @@ static int tx_data(struct glink_transport_if *if_ptr, uint16_t cmd_id,
/* Need enough space to write the command and some data */
if (size <= sizeof(cmd)) {
einfo->tx_resume_needed = true;
send_tx_blocked_signal(einfo);
spin_unlock_irqrestore(&einfo->write_lock, flags);
srcu_read_unlock(&einfo->use_ref, rcu_id);
return -EAGAIN;