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

2024-08-07 Thread Chris Lew
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 --- drivers/rpmsg/qcom_glink_native.c |

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

2024-08-05 Thread Bjorn Andersson
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 --- drivers/rpmsg/qcom_glink_native.c | 6 +++--- 1 file changed, 3 insertions(+), 3 dele