[PATCH v2 07/20] rpmsg: glink: Do a mbox_free_channel in remove

From: Sricharan R
Date: Thu Aug 24 2017 - 03:26:08 EST


mbox_request_channel is done in probe, so free the
channel in remove.

Signed-off-by: Sricharan R <sricharan@xxxxxxxxxxxxxx>
---
drivers/rpmsg/qcom_glink_native.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/rpmsg/qcom_glink_native.c b/drivers/rpmsg/qcom_glink_native.c
index 94b79e8..21adde3 100644
--- a/drivers/rpmsg/qcom_glink_native.c
+++ b/drivers/rpmsg/qcom_glink_native.c
@@ -1008,4 +1008,5 @@ void qcom_glink_native_remove(struct qcom_glink *glink)

idr_destroy(&glink->lcids);
idr_destroy(&glink->rcids);
+ mbox_free_channel(glink->mbox_chan);
}
--
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation