From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751730AbeDYJiS (ORCPT ); Wed, 25 Apr 2018 05:38:18 -0400 Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70]:36642 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751346AbeDYJiQ (ORCPT ); Wed, 25 Apr 2018 05:38:16 -0400 Date: Wed, 25 Apr 2018 10:38:08 +0100 From: Lorenzo Pieralisi To: Thierry Reding Cc: Rasmus Villemoes , Bjorn Helgaas , Jonathan Hunter , linux-tegra@vger.kernel.org, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [RFC 5/5] PCI: tegra: use seq_open_data Message-ID: <20180425093808.GA15875@e107981-ln.cambridge.arm.com> References: <20180301233724.20440-1-linux@rasmusvillemoes.dk> <20180301233724.20440-5-linux@rasmusvillemoes.dk> <20180302104207.GB27178@ulmo> <20180307124105.GE15139@e107981-ln.cambridge.arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180307124105.GE15139@e107981-ln.cambridge.arm.com> 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 Wed, Mar 07, 2018 at 12:41:05PM +0000, Lorenzo Pieralisi wrote: > On Fri, Mar 02, 2018 at 11:42:07AM +0100, Thierry Reding wrote: > > On Fri, Mar 02, 2018 at 12:37:24AM +0100, Rasmus Villemoes wrote: > > > Simplify the code slightly by having seq_open_data do the ->private > > > assignment. > > > > > > Signed-off-by: Rasmus Villemoes > > > --- > > > drivers/pci/host/pci-tegra.c | 11 +---------- > > > 1 file changed, 1 insertion(+), 10 deletions(-) > > > > I had to go hunt for patch 1/5 to be able to tell if this is indeed > > equivalent. It is, so: > > > > Reviewed-by: Thierry Reding > > Acked-by: Thierry Reding > > I can't apply this patch standalone so I assume this will go via > some other tree; I will drop it from the PCI patch queue, if I > should not please do let me know. I would kindly ask you some feedback - where are we with this patch series ? Please let me know if should consider it for the pci tree as per my request above. Thanks, Lorenzo