Remove do_driver_detach(), since device_detach does the same thing
Make sure we delete devices from the driver list the iteration after we detach them (so we can get a valid next pointer)
Showing
Please register or sign in to comment
Make sure we delete devices from the driver list the iteration after we detach them (so we can get a valid next pointer)