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

Bjorn Andersson posted 3 patches 1 year, 6 months ago
Re: [PATCH 2/3] rpmsg: glink: Pass channel to qcom_glink_send_close_ack()
Posted by Chris Lew 1 year, 6 months ago

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@quicinc.com>
> ---
>   drivers/rpmsg/qcom_glink_native.c | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
> 

Reviewed-by: Chris Lew <quic_clew@quicinc.com>