mirror of
https://github.com/Evolution-X-Devices/kernel_google_b1c1
synced 2026-02-04 08:15:01 +00:00
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>