From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 4E8C71A1E46 for ; Wed, 26 Oct 2016 18:53:53 -0700 (PDT) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga102.fm.intel.com with ESMTP; 26 Oct 2016 18:53:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,404,1473145200"; d="scan'208";a="24164156" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga005.fm.intel.com with ESMTP; 26 Oct 2016 18:53:53 -0700 Received: from fmsmsx153.amr.corp.intel.com (10.18.125.6) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 26 Oct 2016 18:53:53 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX153.amr.corp.intel.com (10.18.125.6) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 26 Oct 2016 18:53:52 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.209]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.96]) with mapi id 14.03.0248.002; Thu, 27 Oct 2016 09:53:49 +0800 From: "Ni, Ruiyu" To: Laszlo Ersek , edk2-devel-01 CC: "Tian, Feng" , "Zeng, Star" Thread-Topic: [PATCH 18/47] MdeModulePkg/PciBusDxe: rebase to ARRAY_SIZE() Thread-Index: AQHSL7wAlFfSegaFkEekTO8gL2HZx6C7iiZA Date: Thu, 27 Oct 2016 01:53:49 +0000 Deferred-Delivery: Thu, 27 Oct 2016 01:53:00 +0000 Message-ID: <734D49CCEBEEF84792F5B80ED585239D58E42E1E@SHSMSX104.ccr.corp.intel.com> References: <20161026190504.9888-1-lersek@redhat.com> <20161026190504.9888-19-lersek@redhat.com> In-Reply-To: <20161026190504.9888-19-lersek@redhat.com> Accept-Language: en-US, zh-CN X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMmNmNWViMDctYzNmYy00Y2E1LWEyNTItYmM1OWQzZjcxMzM3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX1BVQkxJQyJ9XX1dfSwiU3ViamVjdExhYmVscyI6W10sIlRNQ1ZlcnNpb24iOiIxNS45LjYuNiIsIlRydXN0ZWRMYWJlbEhhc2giOiJjN096MWxsMXI5OTVpaVhheklxZ2NcL3MzWVNwek9rWWNDNFVVSSs3T1RrQT0ifQ== x-ctpclassification: CTP_PUBLIC x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH 18/47] MdeModulePkg/PciBusDxe: rebase to ARRAY_SIZE() X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2016 01:53:53 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Ruiyu Ni Regards, Ray >-----Original Message----- >From: Laszlo Ersek [mailto:lersek@redhat.com] >Sent: Thursday, October 27, 2016 3:05 AM >To: edk2-devel-01 >Cc: Tian, Feng ; Ni, Ruiyu ; Zeng= , Star >Subject: [PATCH 18/47] MdeModulePkg/PciBusDxe: rebase to ARRAY_SIZE() > >Cc: Feng Tian >Cc: Ruiyu Ni >Cc: Star Zeng >Contributed-under: TianoCore Contribution Agreement 1.0 >Signed-off-by: Laszlo Ersek >--- > MdeModulePkg/Bus/Pci/PciBusDxe/PciLib.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/MdeModulePkg/Bus/Pci/PciBusDxe/PciLib.c b/MdeModulePkg/Bus/Pc= i/PciBusDxe/PciLib.c >index 337a6db7defa..4d297fdb23c7 100644 >--- a/MdeModulePkg/Bus/Pci/PciBusDxe/PciLib.c >+++ b/MdeModulePkg/Bus/Pci/PciBusDxe/PciLib.c >@@ -868,7 +868,7 @@ PciHostBridgeResourceAllocator ( > Resources[2] =3D PMem32Bridge; > Resources[3] =3D Mem64Bridge; > Resources[4] =3D PMem64Bridge; >- DumpResourceMap (RootBridgeDev, Resources, sizeof (Resources) / siz= eof (Resources[0])); >+ DumpResourceMap (RootBridgeDev, Resources, ARRAY_SIZE (Resources)); > ); > > FreePool (AcpiConfig); >-- >2.9.2 >