We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cc7088 commit bf207f4Copy full SHA for bf207f4
1 file changed
efi/payload/efi-initrd.c
@@ -36,8 +36,6 @@ static efi_status_t EFIAPI efi_initrd_load_file2(
36
{
37
size_t initrd_size;
38
39
- pr_info("Anis here we call initrd load file2\n");
40
-
41
if (!this || this != &efi_lf2_p || !buffer_size)
42
return EFI_INVALID_PARAMETER;
43
0 commit comments