* grub-core/kern/ieee1275/openfw.c (grub_claimmap): Change to
grub_error framework. All users updated.
This commit is contained in:
parent
c39992a436
commit
db606889a9
6 changed files with 21 additions and 11 deletions
|
@ -76,6 +76,7 @@ grub_linux_claimmap_iterate (grub_addr_t target, grub_size_t size,
|
|||
found_addr = target;
|
||||
return 1;
|
||||
}
|
||||
grub_print_error ();
|
||||
}
|
||||
/* Target below the memory chunk. */
|
||||
if (target < addr && addr + size <= end)
|
||||
|
@ -85,6 +86,7 @@ grub_linux_claimmap_iterate (grub_addr_t target, grub_size_t size,
|
|||
found_addr = addr;
|
||||
return 1;
|
||||
}
|
||||
grub_print_error ();
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue