]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Disk/PartitionDxe/Udf.c
MdeModulePkg/PartitionDxe: Add partition type guid to installed handle
[mirror_edk2.git] / MdeModulePkg / Universal / Disk / PartitionDxe / Udf.c
index 5aac5640f672b022e501fe2c8b687db0fcae589f..83bd1742311a1bdc588ac55d2acd3b0b12bcf13c 100644 (file)
@@ -1,6 +1,7 @@
 /** @file\r
   Scan for an UDF file system on a formatted media.\r
 \r
+  Copyright (c) 2018 Qualcomm Datacenter Technologies, Inc.\r
   Copyright (C) 2014-2017 Paulo Alcantara <pcacjr@zytor.com>\r
 \r
   This program and the accompanying materials are licensed and made available\r
@@ -753,7 +754,8 @@ PartitionInstallUdfChildHandles (
     &PartitionInfo,\r
     StartingLBA,\r
     EndingLBA,\r
-    Media->BlockSize\r
+    Media->BlockSize,\r
+    NULL\r
     );\r
   if (EFI_ERROR (Status)) {\r
     return (ChildCreated ? EFI_SUCCESS : Status);\r