From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.0 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 362F9C4CECE for ; Thu, 17 Oct 2019 07:26:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0905621925 for ; Thu, 17 Oct 2019 07:26:29 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="nuNvxTuy" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2408134AbfJQH03 (ORCPT ); Thu, 17 Oct 2019 03:26:29 -0400 Received: from bombadil.infradead.org ([198.137.202.133]:41264 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2408072AbfJQH03 (ORCPT ); Thu, 17 Oct 2019 03:26:29 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=fp2pe+U09WC9ApIxlN/mw2GqVq/iMxQH66A96e+1BJ8=; b=nuNvxTuyhrO35jbCtHSKHVNol LHfGNVLFywXJJpz9t6EzULst88E6vhm+qgmOV5/hzgo3z58kyCn7fD2hWp+/LCSQ44aO8nMQoXRJQ hmU4izk8la8LO/JbWcuelPPpKEVgDn5PBq6VOVlX1Oo16XfHE/Nukp6qk6/sy460wPbA32DN1ietS 5Lpn8Rl+w8pqOQIH8JN65MYVvkpuTbZrTyijsyScXQhCyKAP2b5uKFr2fUwgnTkqBYkoQwM4FkN8p 7+Z4yCgdnL4a7/ip4/rkRrKfWc5qp2AZ+6Tt/TVoRVDRqvllpMvf1csMP6Olrtuz0sRgcfCDjSFE6 YlB7+4aWQ==; Received: from hch by bombadil.infradead.org with local (Exim 4.92.3 #3 (Red Hat Linux)) id 1iL0Az-00081E-Rg; Thu, 17 Oct 2019 07:26:25 +0000 Date: Thu, 17 Oct 2019 00:26:25 -0700 From: Christoph Hellwig To: Rob Herring Cc: Andrew Murray , Bjorn Helgaas , Lorenzo Pieralisi , linux-pci@vger.kernel.org, linux-arm-kernel@lists.infradead.org, bcm-kernel-feedback-list@broadcom.com, Gustavo Pimentel , Heiko Stuebner , Hou Zhiqiang , Jingoo Han , Karthikeyan Mitran , Ley Foon Tan , Linus Walleij , linux-mediatek@lists.infradead.org, linux-renesas-soc@vger.kernel.org, linux-rockchip@lists.infradead.org, Matthias Brugger , Michal Simek , Ray Jui , rfi@lists.rocketboards.org, Ryder Lee , Scott Branden , Shawn Lin , Simon Horman , Srinath Mannam , Thomas Petazzoni , Toan Le , Tom Joseph , Will Deacon Subject: Re: [PATCH v2 11/25] PCI: rockchip: Drop storing driver private outbound resource data Message-ID: <20191017072625.GB19517@infradead.org> References: <20191016200647.32050-1-robh@kernel.org> <20191016200647.32050-12-robh@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191016200647.32050-12-robh@kernel.org> User-Agent: Mutt/1.12.1 (2019-06-15) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org On Wed, Oct 16, 2019 at 03:06:33PM -0500, Rob Herring wrote: > + entry = resource_list_get_entry_of_type(&bridge->windows, IORESOURCE_MEM); This add another too long line. Please audit the whole series for that.