mirror of https://github.com/acidanthera/audk.git
61d505dfc1
The ShellCommandRunConnect() function passes EFI_HANDLE -- (VOID*) -- objects to ConvertAndConnectControllers(), and ConvertAndConnectControllers() passes those to gBS->OpenProtocol(). Accordingly, ConvertAndConnectControllers() should specify EFI_HANDLE parameter types, not (EFI_HANDLE*) -- (VOID**) -- types. This typo is masked because (VOID*) converts to and from any pointer-to-object type silently. Note that functionally speaking there is no problem, so this patch does not change beavior, only cleans up the code. Cc: Jaben Carsey <jaben.carsey@intel.com> Cc: Ray Ni <ray.ni@intel.com> Cc: Zhichao Gao <zhichao.gao@intel.com> Signed-off-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com> Reviewed-by: Zhichao Gao <zhichao.gao@intel.com> |
||
---|---|---|
.. | ||
Connect.c | ||
DevTree.c | ||
Devices.c | ||
Dh.c | ||
Disconnect.c | ||
Drivers.c | ||
DrvCfg.c | ||
DrvDiag.c | ||
OpenInfo.c | ||
Reconnect.c | ||
UefiShellDriver1CommandsLib.c | ||
UefiShellDriver1CommandsLib.h | ||
UefiShellDriver1CommandsLib.inf | ||
UefiShellDriver1CommandsLib.uni | ||
Unload.c |