rpmsg: core: Clean up resources on announce_create failure.
authorArnaud Pouliquen <arnaud.pouliquen@foss.st.com>
Mon, 6 Dec 2021 19:07:58 +0000 (20:07 +0100)
committerMathieu Poirier <mathieu.poirier@linaro.org>
Wed, 8 Dec 2021 17:16:50 +0000 (10:16 -0700)
commit8066c615cb69b7da8a94f59379847b037b3a5e46
treeb5fc89f1458864316d1ee966b6342a6bd10aa06e
parent631af6e0f41002dc63504efd2f6c3e1ab5f931c5
rpmsg: core: Clean up resources on announce_create failure.

During the rpmsg_dev_probe, if rpdev->ops->announce_create returns an
error, the rpmsg device and default endpoint should be freed before
exiting the function.

Fixes: 5e619b48677c ("rpmsg: Split rpmsg core and virtio backend")
Suggested-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Cc: stable <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20211206190758.10004-1-arnaud.pouliquen@foss.st.com
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
drivers/rpmsg/rpmsg_core.c