Re: [PATCH 2/3] rpmsg: glink: Pass channel to qcom_glink_send_close_ack()

From: Chris Lew
Date: Wed Aug 07 2024 - 19:42:49 EST




On 8/5/2024 8:56 PM, Bjorn Andersson wrote:
Align the qcom_glink_send_close_ack() arguments with other functions to
take the struct glink_channel, so that the upcoming tracepoint patch can
access the channel attributes.

Signed-off-by: Bjorn Andersson <quic_bjorande@xxxxxxxxxxx>
---
drivers/rpmsg/qcom_glink_native.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)


Reviewed-by: Chris Lew <quic_clew@xxxxxxxxxxx>