Re: [PATCH 1/5] Driver core: driver_find() drops reference before returning

2012-01-28 Thread Dmitry Torokhov
On Tue, Jan 24, 2012 at 01:34:24PM -0500, Alan Stern wrote: As part of the removal of get_driver()/put_driver(), this patch (as1510) changes driver_find(); it now drops the reference it acquires before returning. The patch also adjusts all the callers of driver_find() to remove the now

[PATCH 1/5] Driver core: driver_find() drops reference before returning

2012-01-24 Thread Alan Stern
As part of the removal of get_driver()/put_driver(), this patch (as1510) changes driver_find(); it now drops the reference it acquires before returning. The patch also adjusts all the callers of driver_find() to remove the now unnecessary calls to put_driver(). In addition, the patch adds a

Re: [PATCH 1/5] Driver core: driver_find() drops reference before returning

2012-01-24 Thread Andy Walls
Alan Stern st...@rowland.harvard.edu wrote: As part of the removal of get_driver()/put_driver(), this patch (as1510) changes driver_find(); it now drops the reference it acquires before returning. The patch also adjusts all the callers of driver_find() to remove the now unnecessary calls to

Re: [PATCH 1/5] Driver core: driver_find() drops reference before returning

2012-01-24 Thread Kyungmin Park
For s5p-{fimc,tv} Acked-by: Kyungmin Park kyungmin.p...@samsung.com On 1/25/12, Alan Stern st...@rowland.harvard.edu wrote: As part of the removal of get_driver()/put_driver(), this patch (as1510) changes driver_find(); it now drops the reference it acquires before returning. The patch also