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=-11.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham 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 BF424C47096 for ; Thu, 3 Jun 2021 16:45:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9D715613F5 for ; Thu, 3 Jun 2021 16:45:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230053AbhFCQqs (ORCPT ); Thu, 3 Jun 2021 12:46:48 -0400 Received: from foss.arm.com ([217.140.110.172]:45624 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229888AbhFCQqs (ORCPT ); Thu, 3 Jun 2021 12:46:48 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 7592911B3; Thu, 3 Jun 2021 09:45:03 -0700 (PDT) Received: from e123427-lin.arm.com (unknown [10.57.39.253]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 948103F73D; Thu, 3 Jun 2021 09:45:01 -0700 (PDT) From: Lorenzo Pieralisi To: Lucas Stach , Richard Zhu , linux-pci , Bjorn Helgaas , Pengutronix Kernel Team , Zhen Lei , NXP Linux Team , linux-arm-kernel , Fabio Estevam , Rob Herring , Shawn Guo , Sascha Hauer Cc: Lorenzo Pieralisi Subject: Re: [PATCH 1/1] PCI: dwc/imx6: Remove redundant error printing in imx6_pcie_probe() Date: Thu, 3 Jun 2021 17:44:56 +0100 Message-Id: <162273868466.1525.12151344390123344880.b4-ty@arm.com> X-Mailer: git-send-email 2.26.1 In-Reply-To: <20210511114547.5601-1-thunder.leizhen@huawei.com> References: <20210511114547.5601-1-thunder.leizhen@huawei.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On Tue, 11 May 2021 19:45:47 +0800, Zhen Lei wrote: > When devm_ioremap_resource() fails, a clear enough error message will be > printed by its subfunction __devm_ioremap_resource(). The error > information contains the device name, failure cause, and possibly resource > information. > > Therefore, remove the error printing here to simplify code and reduce the > binary size. Applied to pci/dwc, thanks! [1/1] PCI: dwc/imx6: Remove redundant error printing in imx6_pcie_probe() https://git.kernel.org/lpieralisi/pci/c/748a47f359 Thanks, Lorenzo