From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: redhat.com, ip: 209.132.183.28, mailfrom: lersek@redhat.com) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by groups.io with SMTP; Tue, 25 Jun 2019 03:27:35 -0700 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 3A383316291C; Tue, 25 Jun 2019 10:27:35 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-121.ams2.redhat.com [10.36.116.121]) by smtp.corp.redhat.com (Postfix) with ESMTP id 2D25760BE2; Tue, 25 Jun 2019 10:27:33 +0000 (UTC) Subject: Re: [edk2-devel] [Patch 2/2] UefiCpuPkg/PiSmmCpuDxeSmm: Enable MM MP Protocol. From: "Laszlo Ersek" To: "Dong, Eric" , "devel@edk2.groups.io" Cc: "Ni, Ray" References: <20190619055114.12744-1-eric.dong@intel.com> <20190619055114.12744-3-eric.dong@intel.com> <68f92355-3cd1-1557-67c4-57ecb52eaa98@redhat.com> <56546a91-cb4f-b5e4-6464-41dcd8c0b714@redhat.com> Message-ID: <2bf2e998-2b8e-cac0-d9dd-e071db9b23d3@redhat.com> Date: Tue, 25 Jun 2019 12:27:33 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <56546a91-cb4f-b5e4-6464-41dcd8c0b714@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.41]); Tue, 25 Jun 2019 10:27:35 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 06/25/19 12:24, Laszlo Ersek wrote: > if (Wrapper = NULL) { > return EFI_OUT_OF_RESOURCES; > } Clearly, I meant "Wrapper == NULL" above :)