Loading drivers/rpmsg/qcom_glink_native.c +0 −2 Original line number Diff line number Diff line Loading @@ -1607,9 +1607,7 @@ static const struct rpmsg_endpoint_ops glink_endpoint_ops = { static void qcom_glink_rpdev_release(struct device *dev) { struct rpmsg_device *rpdev = to_rpmsg_device(dev); struct glink_channel *channel = to_glink_channel(rpdev->ept); channel->rpdev = NULL; kfree(rpdev); } Loading Loading
drivers/rpmsg/qcom_glink_native.c +0 −2 Original line number Diff line number Diff line Loading @@ -1607,9 +1607,7 @@ static const struct rpmsg_endpoint_ops glink_endpoint_ops = { static void qcom_glink_rpdev_release(struct device *dev) { struct rpmsg_device *rpdev = to_rpmsg_device(dev); struct glink_channel *channel = to_glink_channel(rpdev->ept); channel->rpdev = NULL; kfree(rpdev); } Loading