
9 Mar
2015
9 Mar
'15
8:24 p.m.
On Mon, Mar 09, 2015 at 11:18:14AM -0700, Dmitry Torokhov wrote:
Even if bus is not hot-pluggable, the devices can be unbound from the driver via sysfs, so we should not be using __exit annotations on remove() methods. The only exception is drivers registered with platform_driver_probe() which specifically disables sysfs bind/unbind attributes.
Applied, thanks.