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

From: Johan Hovold
Date: Wed Nov 16 2016 - 04:18:02 EST


On Mon, Nov 14, 2016 at 06:25:01PM +0000, 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 mfd")
> > Signed-off-by: Johan Hovold <johan@xxxxxxxxxx>
> > ---
> > drivers/mfd/mfd-core.c | 2 ++
> > 1 file changed, 2 insertions(+)
>
> Applied, thanks.

I do not see this one in linux-next (or your tree). Did you forget to
push?

Thanks,
Johan