MdeModulePkg/TerminalDxe: Refine SetTerminalDevicePath

Pass '&Node.Header' instead of '&Node' as the 1st parameter to function
SetDevicePathNodeLength().

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hao Wu <hao.a.wu@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
This commit is contained in:
Hao Wu 2017-01-12 09:45:31 +08:00
parent 4d5c1d50d8
commit 178b6b5d87
1 changed files with 1 additions and 1 deletions

View File

@ -1221,7 +1221,7 @@ SetTerminalDevicePath (
ASSERT (TerminalType < ARRAY_SIZE (mTerminalType));
Node.Header.Type = MESSAGING_DEVICE_PATH;
Node.Header.SubType = MSG_VENDOR_DP;
SetDevicePathNodeLength (&Node, sizeof (VENDOR_DEVICE_PATH));
SetDevicePathNodeLength (&Node.Header, sizeof (VENDOR_DEVICE_PATH));
CopyGuid (&Node.Guid, mTerminalType[TerminalType]);
//