]> git.baikalelectronics.ru Git - kernel.git/commit
rpmsg: virtio: Fix the unregistration of the device rpmsg_ctrl
authorArnaud Pouliquen <arnaud.pouliquen@foss.st.com>
Tue, 26 Apr 2022 06:05:36 +0000 (14:05 +0800)
committerMathieu Poirier <mathieu.poirier@linaro.org>
Tue, 26 Apr 2022 15:27:15 +0000 (09:27 -0600)
commitf884ccd31fcafbb778a572b6cc7d268c4ca2ea89
tree50991009536baf8b6eb12f171d3018e9c4393671
parenta2e0e671b78fc62e5e5473b2fec88e1046f1b97f
rpmsg: virtio: Fix the unregistration of the device rpmsg_ctrl

Unregister the rpmsg_ctrl device instead of just freeing the
the virtio_rpmsg_channel structure.
This will properly unregister the device and call
virtio_rpmsg_release_device() that frees the structure.

Fixes: 6908263ba51c ("rpmsg: virtio: Register the rpmsg_char device")
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>
Reviewed-by: Hangyu Hua <hbh25y@gmail.com>
Link: https://lore.kernel.org/r/20220426060536.15594-4-hbh25y@gmail.com
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
drivers/rpmsg/virtio_rpmsg_bus.c