Reviewed-by: Supreeth Venkatesh <[email protected]> -----Original Message----- From: Eric Jin <[email protected]> Sent: Thursday, October 11, 2018 2:37 AM To: [email protected] Cc: Supreeth Venkatesh <[email protected]> Subject: [edk2-test][Patch] Correct typo in CreateEMMCDeviceNode()
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Eric Jin <[email protected]> Cc: Supreeth Venkatesh <[email protected]> --- .../DevicePathFromText/BlackBoxTest/DevicePathFromTextBBTestCoverage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/DevicePathFromText/BlackBoxTest/DevicePathFromTextBBTestCoverage.c b/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/DevicePathFromText/BlackBoxTest/DevicePathFromTextBBTestCoverage.c index d428893..fc099d8 100644 --- a/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/DevicePathFromText/BlackBoxTest/DevicePathFromTextBBTestCoverage.c +++ b/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/DevicePathFromText/BlackBoxTest/DevicePathFromTextBBTestCoverage.c @@ -1654,7 +1654,7 @@ CreateEMMCDeviceNode ( EMMC_DEVICE_PATH *EMMC; SlotNumberStr = SctSplitStr (&TextDeviceNode, L','); - EMMC = (SD_DEVICE_PATH *) CreateDeviceNode ( + EMMC = (EMMC_DEVICE_PATH *) CreateDeviceNode ( EMMCNodeType, EMMCNodeSubType, sizeof (EMMC_DEVICE_PATH) -- 2.9.0.windows.1 IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you. _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

