Re: [PATCH] mfd: core: fix device reference leak in mfd_clone_cell

2016-11-16 Thread Lee Jones
On Wed, 16 Nov 2016, Johan Hovold wrote: > On Wed, Nov 16, 2016 at 09:59:44AM +, Lee Jones wrote: > > On Wed, 16 Nov 2016, Johan Hovold wrote: > > > > > On Mon, Nov 14, 2016 at 06:25:01PM +, Lee Jones wrote: > > > > On Tue, 01 Nov 2016, Johan Hovold wrote: > > > > > > > > > Make sure to

Re: [PATCH] mfd: core: fix device reference leak in mfd_clone_cell

2016-11-16 Thread Lee Jones
On Wed, 16 Nov 2016, Johan Hovold wrote: > On Wed, Nov 16, 2016 at 09:59:44AM +, Lee Jones wrote: > > On Wed, 16 Nov 2016, Johan Hovold wrote: > > > > > On Mon, Nov 14, 2016 at 06:25:01PM +, Lee Jones wrote: > > > > On Tue, 01 Nov 2016, Johan Hovold wrote: > > > > > > > > > Make sure to

Re: [PATCH] mfd: core: fix device reference leak in mfd_clone_cell

2016-11-16 Thread Johan Hovold
On Wed, Nov 16, 2016 at 09:59:44AM +, Lee Jones wrote: > On Wed, 16 Nov 2016, Johan Hovold wrote: > > > On Mon, Nov 14, 2016 at 06:25:01PM +, Lee Jones wrote: > > > On Tue, 01 Nov 2016, Johan Hovold wrote: > > > > > > > Make sure to drop the reference taken by bus_find_device_by_name() >

Re: [PATCH] mfd: core: fix device reference leak in mfd_clone_cell

2016-11-16 Thread Johan Hovold
On Wed, Nov 16, 2016 at 09:59:44AM +, Lee Jones wrote: > On Wed, 16 Nov 2016, Johan Hovold wrote: > > > On Mon, Nov 14, 2016 at 06:25:01PM +, Lee Jones wrote: > > > On Tue, 01 Nov 2016, Johan Hovold wrote: > > > > > > > Make sure to drop the reference taken by bus_find_device_by_name() >

Re: [PATCH] mfd: core: fix device reference leak in mfd_clone_cell

2016-11-16 Thread Lee Jones
On Wed, 16 Nov 2016, Johan Hovold wrote: > On Mon, Nov 14, 2016 at 06:25:01PM +, Lee Jones wrote: > > On Tue, 01 Nov 2016, Johan Hovold wrote: > > > > > Make sure to drop the reference taken by bus_find_device_by_name() > > > before returning from mfd_clone_cell(). > > > > > > Fixes:

Re: [PATCH] mfd: core: fix device reference leak in mfd_clone_cell

2016-11-16 Thread Lee Jones
On Wed, 16 Nov 2016, Johan Hovold wrote: > On Mon, Nov 14, 2016 at 06:25:01PM +, Lee Jones wrote: > > On Tue, 01 Nov 2016, Johan Hovold wrote: > > > > > Make sure to drop the reference taken by bus_find_device_by_name() > > > before returning from mfd_clone_cell(). > > > > > > Fixes:

Re: [PATCH] mfd: core: fix device reference leak in mfd_clone_cell

2016-11-16 Thread Johan Hovold
On Mon, Nov 14, 2016 at 06:25:01PM +, Lee Jones wrote: > On Tue, 01 Nov 2016, Johan Hovold wrote: > > > Make sure to drop the reference taken by bus_find_device_by_name() > > before returning from mfd_clone_cell(). > > > > Fixes: a9bbba996302 ("mfd: add platform_device sharing support for

Re: [PATCH] mfd: core: fix device reference leak in mfd_clone_cell

2016-11-16 Thread Johan Hovold
On Mon, Nov 14, 2016 at 06:25:01PM +, Lee Jones wrote: > On Tue, 01 Nov 2016, Johan Hovold wrote: > > > Make sure to drop the reference taken by bus_find_device_by_name() > > before returning from mfd_clone_cell(). > > > > Fixes: a9bbba996302 ("mfd: add platform_device sharing support for

Re: [PATCH] mfd: core: fix device reference leak in mfd_clone_cell

2016-11-14 Thread Lee Jones
On Tue, 01 Nov 2016, Johan Hovold wrote: > Make sure to drop the reference taken by bus_find_device_by_name() > before returning from mfd_clone_cell(). > > Fixes: a9bbba996302 ("mfd: add platform_device sharing support for mfd") > Signed-off-by: Johan Hovold > --- >

Re: [PATCH] mfd: core: fix device reference leak in mfd_clone_cell

2016-11-14 Thread Lee Jones
On Tue, 01 Nov 2016, Johan Hovold wrote: > Make sure to drop the reference taken by bus_find_device_by_name() > before returning from mfd_clone_cell(). > > Fixes: a9bbba996302 ("mfd: add platform_device sharing support for mfd") > Signed-off-by: Johan Hovold > --- > drivers/mfd/mfd-core.c | 2

[PATCH] mfd: core: fix device reference leak in mfd_clone_cell

2016-11-01 Thread Johan Hovold
Make sure to drop the reference taken by bus_find_device_by_name() before returning from mfd_clone_cell(). Fixes: a9bbba996302 ("mfd: add platform_device sharing support for mfd") Signed-off-by: Johan Hovold --- drivers/mfd/mfd-core.c | 2 ++ 1 file changed, 2 insertions(+)

[PATCH] mfd: core: fix device reference leak in mfd_clone_cell

2016-11-01 Thread Johan Hovold
Make sure to drop the reference taken by bus_find_device_by_name() before returning from mfd_clone_cell(). Fixes: a9bbba996302 ("mfd: add platform_device sharing support for mfd") Signed-off-by: Johan Hovold --- drivers/mfd/mfd-core.c | 2 ++ 1 file changed, 2 insertions(+) diff --git