Line | |
---|
1 | Index: MdeModulePkg/Universal/Disk/PartitionDxe/Partition.c
|
---|
2 | ===================================================================
|
---|
3 | --- MdeModulePkg/Universal/Disk/PartitionDxe/Partition.c (revision 9330)
|
---|
4 | +++ MdeModulePkg/Universal/Disk/PartitionDxe/Partition.c (working copy)
|
---|
5 | @@ -310,8 +310,15 @@
|
---|
6 | This->DriverBindingHandle,
|
---|
7 | ControllerHandle
|
---|
8 | );
|
---|
9 | + return Status;
|
---|
10 | }
|
---|
11 |
|
---|
12 | + gBS->CloseProtocol (
|
---|
13 | + ControllerHandle,
|
---|
14 | + &gEfiDiskIoProtocolGuid,
|
---|
15 | + This->DriverBindingHandle,
|
---|
16 | + ControllerHandle
|
---|
17 | + );
|
---|
18 | return Status;
|
---|
19 | }
|
---|
20 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.