remoteproc: don't use idr_remove_all()
authorTejun Heo <[email protected]>
Thu, 28 Feb 2013 01:03:42 +0000 (17:03 -0800)
committerLinus Torvalds <[email protected]>
Thu, 28 Feb 2013 03:10:13 +0000 (19:10 -0800)
idr_destroy() can destroy idr by itself and idr_remove_all() is being
deprecated.  Drop its usage.

Signed-off-by: Tejun Heo <[email protected]>
Cc: Ohad Ben-Cohen <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/remoteproc/remoteproc_core.c

index dd3bfaf1ad4075436c8bce652d48d80024d5c705..634d36793b72178f5817a8a8c16b64e8bdfc9aa3 100644 (file)
@@ -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)