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

Commit c6efe05d 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: Modify debug logs while push remote intent"

parents 9cedfaa5 950c5f2e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1274,8 +1274,7 @@ void ch_push_remote_rx_intent(struct channel_ctx *ctx, size_t size,
	spin_unlock_irqrestore(&ctx->rmt_rx_intent_lst_lock_lhc2, flags);

	GLINK_DBG_CH(ctx, "%s: R[%u]:%zu Pushed remote intent\n", __func__,
			intent->id,
			intent->intent_size);
			riid, size);
}

/**