From 91231fc2ff2b5d113cccdb560515a7f591f7502d Mon Sep 17 00:00:00 2001 From: Laszlo Ersek Date: Thu, 21 Sep 2017 12:08:31 +0200 Subject: OvmfPkg/PciHotPlugInitDxe: clean up protocol usage comment 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 Cc: Marcel Apfelbaum Cc: Ruiyu Ni Fixes: 8aba40b79267df761bd24d6874ae87f47a7bd3de Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Laszlo Ersek Reviewed-by: Jordan Justen --- OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit.inf b/OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit.inf index 641ee2c..ea19206 100644 --- a/OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit.inf +++ b/OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit.inf @@ -36,7 +36,7 @@ UefiDriverEntryPoint [Protocols] - gEfiPciHotPlugInitProtocolGuid ## SOMETIMES_PRODUCES + gEfiPciHotPlugInitProtocolGuid ## ALWAYS_PRODUCES [Depex] TRUE -- cgit v1.1