mirror of https://github.com/acidanthera/audk.git
code scrub.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6667 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
cd3c4fcdfd
commit
204ba917ba
|
@ -51,7 +51,7 @@ EFI_GUID *gTerminalType[] = {
|
|||
};
|
||||
|
||||
|
||||
TERMINAL_DEV gTerminalDevTemplate = {
|
||||
TERMINAL_DEV mTerminalDevTemplate = {
|
||||
TERMINAL_DEV_SIGNATURE,
|
||||
NULL,
|
||||
0,
|
||||
|
@ -405,7 +405,7 @@ TerminalDriverBindingStart (
|
|||
//
|
||||
// Initialize the Terminal Dev
|
||||
//
|
||||
TerminalDevice = AllocateCopyPool (sizeof (TERMINAL_DEV), &gTerminalDevTemplate);
|
||||
TerminalDevice = AllocateCopyPool (sizeof (TERMINAL_DEV), &mTerminalDevTemplate);
|
||||
if (TerminalDevice == NULL) {
|
||||
Status = EFI_OUT_OF_RESOURCES;
|
||||
goto Error;
|
||||
|
|
Loading…
Reference in New Issue