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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AC63AC433EF for ; Sun, 3 Oct 2021 23:36:08 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 323466124F for ; Sun, 3 Oct 2021 23:36:08 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 323466124F Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 3B56A834FD; Mon, 4 Oct 2021 01:34:37 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=konsulko.com header.i=@konsulko.com header.b="QqFoGaxx"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id A6BF8834DA; Mon, 4 Oct 2021 01:34:22 +0200 (CEST) Received: from mail-qt1-x834.google.com (mail-qt1-x834.google.com [IPv6:2607:f8b0:4864:20::834]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id BB3FA8324B for ; Mon, 4 Oct 2021 01:34:12 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qt1-x834.google.com with SMTP id r1so14380370qta.12 for ; Sun, 03 Oct 2021 16:34:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=zWXa4PHDQWe2AryHZ6ZWrO8IS6C+7T8sewIoUGVPzD0=; b=QqFoGaxxdoUOcYbh4NrWdGQlgqTIc1N/FBeKJPsavoVTezH2mqnUStJtbVmSeD7cNS e0rmIZ6LQsy+/ddsPlnH9ChoVc2eMFM+q4Y4qbY7z/y5TW4vGK790xFZJSbfiVYhgW1+ khTp3RS2jFAif1bKOFeNHLj+083xHfyd/amy4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=zWXa4PHDQWe2AryHZ6ZWrO8IS6C+7T8sewIoUGVPzD0=; b=wC7vR1ksSzGExNXVK7h/Uc9uNUzmBCaE3nroAV3O1S8AtFV3ghR16JOfUGCGhPtazS axlNzdXnBe/KHT/d+m1xyS83sfWKpqGf3WHVZQGjf0ScB7lPcyHq/bKyEbsbb1oAiC/D qrC7yEJJO4QuYWWPUJtNkuuXA1YDFAzDFoDPU8FVnLvT2H4uh+bLmTL929X4XksAx7Ve 8+YxDjsiAizk7JWfpLypC7N59kxp+pyTr3hXnmlBrp+poElis9l2ZqrHrn5B9ux4Oyw7 CXdGb+iwP3k4yBegFTOCX+VBpBk5Fh6YJgU4iB1yTcg80+sLahyxt8xNltl0Jd6v0WsT a1Cw== X-Gm-Message-State: AOAM5302sjwMTyelauZKXLtBEdHHplfPGnztYPXjyVt4Kam3rQ0UHIgW QidyLvW7p7c6gz2T5/2tFkdXxw== X-Google-Smtp-Source: ABdhPJwV9ZQaPMY9UTBZw7aX7lsya+JDyqYL5Pd5Cd3ouh04/wdmB9QqAhW4FdEuBbZE+2T6KukGZQ== X-Received: by 2002:ac8:7769:: with SMTP id h9mr10554620qtu.156.1633304051662; Sun, 03 Oct 2021 16:34:11 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-cbda-ddc6-c860-2365-fdf8.res6.spectrum.com. [2603:6081:7b01:cbda:ddc6:c860:2365:fdf8]) by smtp.gmail.com with ESMTPSA id i67sm6854701qkd.90.2021.10.03.16.34.10 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Sun, 03 Oct 2021 16:34:11 -0700 (PDT) Date: Sun, 3 Oct 2021 19:34:09 -0400 From: Tom Rini To: Vladimir Oltean Cc: u-boot@lists.denx.de, Bin Meng , Priyanka Jain , Hou Zhiqiang Subject: Re: [PATCH 08/11] pci: _dm_pci_phys_to_bus can be static Message-ID: <20211003233409.GE31748@bill-the-cat> References: <20210917121130.526216-1-vladimir.oltean@nxp.com> <20210917121130.526216-9-vladimir.oltean@nxp.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="koJ9MZU/OzzcQkbd" Content-Disposition: inline In-Reply-To: <20210917121130.526216-9-vladimir.oltean@nxp.com> X-Clacks-Overhead: GNU Terry Pratchett User-Agent: Mutt/1.9.4 (2018-02-28) X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean --koJ9MZU/OzzcQkbd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Sep 17, 2021 at 03:11:27PM +0300, Vladimir Oltean wrote: > To avoid W=3D1 build warnings, declare this function as static, since it > is not used outside of this translation module. >=20 > Signed-off-by: Vladimir Oltean > Reviewed-by: Bin Meng Applied to u-boot/next, thanks! --=20 Tom --koJ9MZU/OzzcQkbd Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmFaPfEACgkQFHw5/5Y0 tyyJGAv5Af5VJ5uG5+VNhaai0b97iKjoiFvJeL+CAVL3MpGDja2fRFqK/O4vajUY 0P8wYYIJHzBN0ttxqIkBKuT8RpHrI+7h6oujSLcdbgmXvkUJLsIe5RQEQJTtPIY+ 4wyLdgb7zf7chjzDcXZwqhUAf10nwJ5OW2okhxzLjfpC207Qy8eyuK6XO7eqpb7d ZYG3Y/YMgMjYuiBhNdqaIswQMgVqtq94MKfgi5Jy9SEWSk6aTwpM1Nfes23R8C76 +BAoHePUGJLLx0Y47HqKKJ30hCy2jW0OX2gKs18gHZreaGaCQtWbbKJG00Zmruiy mHkTzDL9o8SJTwDL1Cc6JHeRrqXhq6dLFr4HrxCGbtaeiWpBontMdN2lF1UGj29+ e9SKb3QU6jO2c1iK97MqVQEzLGn8kcwsx8Q9CfG//bJySFjYauaTuF++gZpdj2Ht Qbqk+H0fVDHqPLv+brb3wMyb6BNj2hzJPF91XnG76rxWqhE7BnMfJjZOJuQA3Tf1 7VpY/e6P =QPXi -----END PGP SIGNATURE----- --koJ9MZU/OzzcQkbd--