From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from IMSVA.IN.MEGATRENDS.COM (Webmail.amiindia.co.in [203.199.198.232]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 95A7421E8798A for ; Tue, 12 Sep 2017 02:56:43 -0700 (PDT) Received: from IMSVA.IN.MEGATRENDS.COM (IMSVA.IN.MEGATRENDS.COM [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 50CFA82047 for ; Tue, 12 Sep 2017 15:32:17 +0530 (IST) Received: from IMSVA.IN.MEGATRENDS.COM (IMSVA.IN.MEGATRENDS.COM [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 44C7482046 for ; Tue, 12 Sep 2017 15:32:17 +0530 (IST) Received: from webmail.amiindia.co.in (venus2.in.megatrends.com [10.0.0.7]) by IMSVA.IN.MEGATRENDS.COM (Postfix) with ESMTPS for ; Tue, 12 Sep 2017 15:32:17 +0530 (IST) Received: from VENUS1.in.megatrends.com ([fe80::951:7975:6ecf:eae5]) by Venus2.in.megatrends.com ([fe80::2002:4a07:4f17:c09b%14]) with mapi id 14.03.0248.002; Tue, 12 Sep 2017 15:29:37 +0530 From: Ramesh R. To: edk2-devel-01 Thread-Topic: Partition Driver started multiple times. Thread-Index: AdMrrcjiMqVgODiXSB6oXre5p0BfUg== Date: Tue, 12 Sep 2017 09:59:36 +0000 Message-ID: Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.0.84.17] MIME-Version: 1.0 X-TM-AS-GCONF: 00 X-TM-AS-Product-Ver: IMSVA-9.1.0.1600-8.1.0.1062-23324.006 X-TM-AS-Result: No--2.332-5.0-31-10 X-imss-scan-details: No--2.332-5.0-31-10 X-TMASE-Version: IMSVA-9.1.0.1600-8.1.1062-23324.006 X-TMASE-Result: 10--2.331800-10.000000 X-TMASE-MatchedRID: ZZPE6CmF3DWvhOOX3csmV23NvezwBrVmnophrTcsI7abKItl61J/yc4b ajgO0kgvfEy94I/74KYWzvLLw+18R8RB0bsfrpPIx1FPlNAAmcBT+HGt9szVRYZO8FLtvfobZGa iFouH9HCJXSyQYTC/yS695I94GJtPBx9ydrhei/F0FmiG548gyVZCLGMFc+lI744AM4h7w50= X-TMASE-SNAP-Result: 1.821001.0001-0-1-12:0,22:0,33:0,34:0,39:0-0 Subject: Partition Driver started multiple times. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Sep 2017 09:56:44 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi, Is there any reason why are we starting the partition driver again for the = same partition if it's already started.=20 if (Status =3D=3D EFI_ALREADY_STARTED) { return EFI_SUCCESS; } Thanks, Ramesh