mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 18:10:52 +07:00
rpmsg: don't use idr_remove_all()
idr_destroy() can destroy idr by itself and idr_remove_all() is being deprecated. Drop its usage. Signed-off-by: Tejun Heo <tj@kernel.org> Cc: Ohad Ben-Cohen <ohad@wizery.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
045dc40d9e
commit
a15abcc961
@ -1036,7 +1036,6 @@ static void rpmsg_remove(struct virtio_device *vdev)
|
||||
if (vrp->ns_ept)
|
||||
__rpmsg_destroy_ept(vrp, vrp->ns_ept);
|
||||
|
||||
idr_remove_all(&vrp->endpoints);
|
||||
idr_destroy(&vrp->endpoints);
|
||||
|
||||
vdev->config->del_vqs(vrp->vdev);
|
||||
|
Loading…
Reference in New Issue
Block a user