mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
OvmfPkg/VirtioKeyboardDxe: Fix protocol uninstall in BindingStop
UninstallMultipleProtocolInterfaces() takes the handle by value rather than pointer. Signed-off-by: Jiaqing Zhao <Zhao.Jiaqing@amd.com>
This commit is contained in:
parent
1506c6da7b
commit
be0513a59a
1 changed files with 1 additions and 1 deletions
|
|
@ -1379,7 +1379,7 @@ VirtioKeyboardBindingStop (
|
|||
// Handle Stop() requests for in-use driver instances gracefully.
|
||||
//
|
||||
Status = gBS->UninstallMultipleProtocolInterfaces (
|
||||
&DeviceHandle,
|
||||
DeviceHandle,
|
||||
&gEfiSimpleTextInProtocolGuid,
|
||||
&Dev->Txt,
|
||||
&gEfiSimpleTextInputExProtocolGuid,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue