From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753335AbcGDJkY (ORCPT ); Mon, 4 Jul 2016 05:40:24 -0400 Received: from b.ns.miles-group.at ([95.130.255.144]:44723 "EHLO radon.swed.at" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753079AbcGDJkW (ORCPT ); Mon, 4 Jul 2016 05:40:22 -0400 Subject: Re: [PATCH] mtdpart: propagate _get/put_device() To: Boris Brezillon References: <1467231263-3974-1-git-send-email-richard@nod.at> <20160704113558.0daab438@bbrezillon> Cc: computersforpeace@gmail.com, linux-mtd@lists.infradead.org, dwmw2@infradead.org, linux-kernel@vger.kernel.org From: Richard Weinberger Message-ID: <577A2F00.2060008@nod.at> Date: Mon, 4 Jul 2016 11:40:16 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 In-Reply-To: <20160704113558.0daab438@bbrezillon> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Boris, Am 04.07.2016 um 11:35 schrieb Boris Brezillon: > On Wed, 29 Jun 2016 22:14:23 +0200 > Richard Weinberger wrote: > >> If the master device has callbacks for _get/put_device() >> and this MTD has slaves a get_mtd_device() call on paritions >> will never issue the registered callbacks. >> Fix this by propergating _get/put_device() down. >> >> Signed-off-by: Richard Weinberger > > Nit below, otherwise it looks good to me: > > Reviewed-by: Boris Brezillon Will send a v2 without the extra blank line and the typo in the commit message. :) Thanks, //richard