summaryrefslogtreecommitdiff
path: root/Nt32Pkg/WinNtGopDxe
diff options
context:
space:
mode:
Diffstat (limited to 'Nt32Pkg/WinNtGopDxe')
-rw-r--r--Nt32Pkg/WinNtGopDxe/WinNtGopInput.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/Nt32Pkg/WinNtGopDxe/WinNtGopInput.c b/Nt32Pkg/WinNtGopDxe/WinNtGopInput.c
index e986674..ccf75f5 100644
--- a/Nt32Pkg/WinNtGopDxe/WinNtGopInput.c
+++ b/Nt32Pkg/WinNtGopDxe/WinNtGopInput.c
@@ -786,7 +786,6 @@ WinNtGopSimpleTextInExUnregisterKeyNotify (
Returns:
EFI_SUCCESS - The notification function was unregistered successfully.
EFI_INVALID_PARAMETER - The NotificationHandle is invalid.
- EFI_NOT_FOUND - Can not find the matching entry in database.
--*/
{
@@ -825,7 +824,7 @@ WinNtGopSimpleTextInExUnregisterKeyNotify (
//
// Can not find the specified Notification Handle
//
- return EFI_NOT_FOUND;
+ return EFI_INVALID_PARAMETER;
}
/**