arch/x86/acpi_bert_storage.c: Remove unused variable
Signed-off-by: Maximilian Brune <maximilian.brune@9elements.com> Change-Id: I7fb8486f265be071fd59267ce120256c183d8dd6 Reviewed-on: https://review.coreboot.org/c/coreboot/+/90693 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
parent
9f4132712f
commit
3c3fbbaabf
1 changed files with 2 additions and 2 deletions
|
|
@ -513,10 +513,10 @@ acpi_generic_error_status_t *bert_new_event(guid_t *guid)
|
|||
{
|
||||
size_t size;
|
||||
acpi_generic_error_status_t *status;
|
||||
acpi_hest_generic_data_v300_t *entry, *r;
|
||||
acpi_hest_generic_data_v300_t *r;
|
||||
|
||||
size = sizeof(*status);
|
||||
size += sizeof(*entry);
|
||||
size += sizeof(*r);
|
||||
size += sizeof_error_section(guid);
|
||||
|
||||
if (size > bert_storage_remaining()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue