diff options
author | Laszlo Ersek <lersek@redhat.com> | 2017-09-21 12:08:31 +0200 |
---|---|---|
committer | Laszlo Ersek <lersek@redhat.com> | 2017-10-03 16:07:31 +0200 |
commit | 91231fc2ff2b5d113cccdb560515a7f591f7502d (patch) | |
tree | c561905bd0dac252898014cb6773f7bb0c8cc626 /OvmfPkg | |
parent | bdf73b57f2834f6891a1d0707c0baaaa37169f7b (diff) | |
download | edk2-91231fc2ff2b5d113cccdb560515a7f591f7502d.tar.gz |
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 <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>
Diffstat (limited to 'OvmfPkg')
-rw-r--r-- | OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit.inf b/OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit.inf index 641ee2cad9..ea19206219 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
|