bus_generic_detach: Remove redundant check
device_detach() checks the device state and only calls a driver's
DEVICE_DETACH method if the device is attached but not busy.
Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D47156
bus_generic_detach: Remove redundant check Tags None Referenced Files None Subscribers None
Description
Details
|