Merge "soc: qcom: glink_smem_native_xport: Send blocked signal command"
This commit is contained in:
commit
9644b44c7d
1 changed files with 1 additions and 0 deletions
|
@ -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 */
|
/* Need enough space to write the command and some data */
|
||||||
if (size <= sizeof(cmd)) {
|
if (size <= sizeof(cmd)) {
|
||||||
einfo->tx_resume_needed = true;
|
einfo->tx_resume_needed = true;
|
||||||
|
send_tx_blocked_signal(einfo);
|
||||||
spin_unlock_irqrestore(&einfo->write_lock, flags);
|
spin_unlock_irqrestore(&einfo->write_lock, flags);
|
||||||
srcu_read_unlock(&einfo->use_ref, rcu_id);
|
srcu_read_unlock(&einfo->use_ref, rcu_id);
|
||||||
return -EAGAIN;
|
return -EAGAIN;
|
||||||
|
|
Loading…
Add table
Reference in a new issue