RE: [PATCH] USB: remove incorrect __exit markups

2013-04-24 Thread Yu Xu
Hi, > -Original Message- > From: Dmitry Torokhov [mailto:dmitry.torok...@gmail.com] > Sent: 2013年2月24日 16:55 > To: linux-usb@vger.kernel.org > Cc: Alan Stern; Greg Kroah-Hartman; Daniel Mack; Tzachi Perelstein; > Hema HK; Tony Lindgren; Yu Xu > Subject: [PATCH] USB: remove incorrect __exit

Re: [PATCH] USB: remove incorrect __exit markups

2013-02-25 Thread Alan Stern
On Sun, 24 Feb 2013, 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 dis