]> git.proxmox.com Git - mirror_edk2.git/commitdiff
OvmfPkg/PciHotPlugInitDxe: clean up protocol usage comment
authorLaszlo Ersek <lersek@redhat.com>
Thu, 21 Sep 2017 10:08:31 +0000 (12:08 +0200)
committerLaszlo Ersek <lersek@redhat.com>
Tue, 3 Oct 2017 14:07:31 +0000 (16:07 +0200)
The driver always produces an instance of the
EFI_PCI_HOT_PLUG_INIT_PROTOCOL. The "SOMETIMES_PRODUCES" remark is an
oversight from the original v1->v2 patch update; v2 should have stated
"ALWAYS_PRODUCES":

http://mid.mail-archive.com/1468242274-12686-5-git-send-email-lersek@redhat.com

> Notes:
>     v2:
>     - drop the PcdPciBusHotplugDeviceSupport check, and the PcdLib
>       dependency with it [Jordan]

Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Marcel Apfelbaum <marcel@redhat.com>
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Fixes: 8aba40b79267df761bd24d6874ae87f47a7bd3de
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit.inf

index 641ee2cad9950d4a201029ebd13fe6d75ffb2ada..ea19206219b72037f76dad8c5478910dbdcc88d0 100644 (file)
@@ -36,7 +36,7 @@
   UefiDriverEntryPoint\r
 \r
 [Protocols]\r
-  gEfiPciHotPlugInitProtocolGuid ## SOMETIMES_PRODUCES\r
+  gEfiPciHotPlugInitProtocolGuid ## ALWAYS_PRODUCES\r
 \r
 [Depex]\r
   TRUE\r