Re: [PATCH 2/5] Dynamic ID addition doesn't need get_driver()

2012-02-01 Thread Jiri Kosina
On Tue, 24 Jan 2012, Alan Stern wrote: As part of the removal of get_driver()/put_driver(), this patch (as1511) changes all the places that add dynamic IDs for drivers. Since these additions are done by writing to the drivers' sysfs attribute files, and the attributes are removed when the

Re: [PATCH 2/5] Dynamic ID addition doesn't need get_driver()

2012-01-27 Thread Jesse Barnes
On Tue, 24 Jan 2012 13:34:41 -0500 (EST) Alan Stern st...@rowland.harvard.edu wrote: As part of the removal of get_driver()/put_driver(), this patch (as1511) changes all the places that add dynamic IDs for drivers. Since these additions are done by writing to the drivers' sysfs attribute

Re: [PATCH 2/5] Dynamic ID addition doesn't need get_driver()

2012-01-25 Thread Dominik Brodowski
On Tue, Jan 24, 2012 at 01:34:41PM -0500, Alan Stern wrote: As part of the removal of get_driver()/put_driver(), this patch (as1511) changes all the places that add dynamic IDs for drivers. Since these additions are done by writing to the drivers' sysfs attribute files, and the attributes are