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

Re: [PATCH resend] Clean up new_id and remove_id sysfs attribute routines

2012-01-25 Thread Dominik Brodowski
On Tue, Jan 24, 2012 at 04:59:36PM -0800, Jesse Barnes wrote: On Tue, 24 Jan 2012 16:33:13 -0800 Greg KH g...@kroah.com wrote: On Tue, Jan 24, 2012 at 02:35:13PM -0500, Alan Stern wrote: This patch (as1514) cleans up some places where new_id and remove_id sysfs attributes are created