mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 16:41:58 +00:00
remoteproc: 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
adaedbd9fe
commit
045dc40d9e
@ -1180,7 +1180,6 @@ static void rproc_type_release(struct device *dev)
|
||||
|
||||
rproc_delete_debug_dir(rproc);
|
||||
|
||||
idr_remove_all(&rproc->notifyids);
|
||||
idr_destroy(&rproc->notifyids);
|
||||
|
||||
if (rproc->index >= 0)
|
||||
|
Loading…
Reference in New Issue
Block a user