From: Star Zeng Date: Fri, 13 Apr 2018 09:55:14 +0000 (+0800) Subject: SignedCapsulePkg SystemFirmwareUpdateDxe: Fix failure caused by d69d922 X-Git-Tag: edk2-stable201903~1897 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=665bfd41ac32b364201c07dc1c5434432730c034;hp=665bfd41ac32b364201c07dc1c5434432730c034;p=mirror_edk2.git SignedCapsulePkg SystemFirmwareUpdateDxe: Fix failure caused by d69d922 d69d9227d046211265de1fab5580c50a65944614 caused system firmware update failure. It is because FindMatchingFmpHandles() is expected to return handles matched, but the function returns all handles found. This patch is to fix the issue. This patch also assigns mSystemFmpPrivate->Handle for "case 1:" path in case the Handle is needed by other place in future. Cc: Michael D Kinney Cc: Jiewen Yao Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Star Zeng Reviewed-by: Jiewen Yao Reviewed-by: Michael D Kinney ---