Name

device_release_driver — manually detach device from driver.

Synopsis

void device_release_driver (struct device *  dev);

Arguments

dev

device.

Description

Manually detach device from driver. Note that this is called without incrementing the bus reference count nor taking the bus's rwsem. Be sure that those are accounted for before calling this function.