From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933639AbcKPJRt (ORCPT ); Wed, 16 Nov 2016 04:17:49 -0500 Received: from mail-wm0-f67.google.com ([74.125.82.67]:36373 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752360AbcKPJRn (ORCPT ); Wed, 16 Nov 2016 04:17:43 -0500 Date: Wed, 16 Nov 2016 10:17:40 +0100 From: Johan Hovold To: Lee Jones Cc: Johan Hovold , linux-kernel@vger.kernel.org Subject: Re: [PATCH] mfd: core: fix device reference leak in mfd_clone_cell Message-ID: <20161116091740.GA4864@localhost> References: <1477996698-28870-1-git-send-email-johan@kernel.org> <20161114182501.GC4094@dell> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161114182501.GC4094@dell> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 > > --- > > 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