|
@@ -1829,12 +1829,12 @@ static int efi_snp_probe ( struct net_device *netdev ) {
|
1829
|
1829
|
efi_snp_hii_uninstall ( snpdev );
|
1830
|
1830
|
efi_child_del ( efidev->device, snpdev->handle );
|
1831
|
1831
|
err_efi_child_add:
|
1832
|
|
- bs->CloseProtocol ( snpdev->handle, &efi_nii_protocol_guid,
|
1833
|
|
- efi_image_handle, snpdev->handle );
|
1834
|
|
- err_open_nii:
|
1835
|
1832
|
bs->CloseProtocol ( snpdev->handle, &efi_nii31_protocol_guid,
|
1836
|
1833
|
efi_image_handle, snpdev->handle );
|
1837
|
1834
|
err_open_nii31:
|
|
1835
|
+ bs->CloseProtocol ( snpdev->handle, &efi_nii_protocol_guid,
|
|
1836
|
+ efi_image_handle, snpdev->handle );
|
|
1837
|
+ err_open_nii:
|
1838
|
1838
|
bs->UninstallMultipleProtocolInterfaces (
|
1839
|
1839
|
snpdev->handle,
|
1840
|
1840
|
&efi_simple_network_protocol_guid, &snpdev->snp,
|