[PATCH] Driver core: Use klist_del() instead of klist_remove().
authorPatrick Mochel <mochel@digitalimplant.org>
Fri, 24 Jun 2005 15:39:33 +0000 (08:39 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 30 Jun 2005 05:48:05 +0000 (22:48 -0700)
Use klist_del() instead of klist_remove() when unregistering devices.
This will prevent a deadlock when executing a recursive unregister using
device_for_each_child().

Signed-off-by Patrick Mochel <mochel@digitalimplant.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found