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

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

Merge "soc: qcom: glink: remove userspace buffer argument"

parents 6cddcb52 6687466b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -835,7 +835,7 @@ static int tx(struct glink_transport_if *if_ptr, uint32_t lcid,
	}
	if (rc > tx_size)
		rc = tx_size;
	rc = smd_write_segment(ch->smd_ch, data_start, rc, 0);
	rc = smd_write_segment(ch->smd_ch, data_start, rc);
	if (rc < 0) {
		pr_err("%s: write segment failed %d\n", __func__, rc);
		srcu_read_unlock(&einfo->ssr_sync, rcu_id);