disk: Remove bogus pointer
This commit is contained in:
parent
4b724e65ad
commit
0af91feaef
@ -10,7 +10,7 @@
|
||||
|
||||
#include <efi.h>
|
||||
|
||||
struct volume *disk_volume_from_efi_handle(EFI_HANDLE *efi_handle);
|
||||
struct volume *disk_volume_from_efi_handle(EFI_HANDLE efi_handle);
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -205,7 +205,7 @@ void disk_create_index(void) {
|
||||
|
||||
#if uefi == 1
|
||||
|
||||
struct volume *disk_volume_from_efi_handle(EFI_HANDLE *efi_handle) {
|
||||
struct volume *disk_volume_from_efi_handle(EFI_HANDLE efi_handle) {
|
||||
EFI_STATUS status;
|
||||
|
||||
struct volume *ret = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user