]> git.proxmox.com Git - mirror_edk2.git/commit
MdePkg/DxeServicesLib: remove bogus cast
authorLaszlo Ersek <lersek@redhat.com>
Fri, 6 Sep 2019 22:40:56 +0000 (00:40 +0200)
committerLaszlo Ersek <lersek@redhat.com>
Wed, 9 Oct 2019 07:40:10 +0000 (09:40 +0200)
commitb1a6a0676a741a886c1a1287d0427a17620d3919
tree86a03eab1ea11afd326a7a59baadb2ca1cd454ad
parent812e3bade69b9584c6e6b8209b3ff95e79e0a31b
MdePkg/DxeServicesLib: remove bogus cast

The HandleProtocol() boot service takes an EFI_HANDLE, not an
(EFI_HANDLE*). Remove the bogus cast in the
InternalImageHandleToFvHandle() function.

This is a semantic cleanup; there is no change in behavior.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
MdePkg/Library/DxeServicesLib/DxeServicesLib.c