fixed kbd input breakage, but serial in is borked

Pushing this but quite possibly this is a dead-end
This commit is contained in:
Bryce Lanham 2023-04-26 18:19:17 -05:00
parent a1f2846e3a
commit 02bb4c9c9d
1 changed files with 0 additions and 1 deletions

View File

@ -304,7 +304,6 @@ again:
if (ret != 0) {
return ret;
}
goto again;
}
memset(&kd, 0, sizeof(EFI_KEY_DATA));