Skip to content

Commit

Permalink
fixup! [acpi] Compute and check checksum for ACPI tables
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurent Gourvénec committed Jul 28, 2017
1 parent 0a36e49 commit f178a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/acpi.c
Expand Up @@ -157,7 +157,7 @@ userptr_t acpi_find ( uint32_t signature, unsigned int index ) {

/* Check table integrity */
if ( acpi_table_check ( table ) ) {
DBGC ( rsdt, "RSDT %#08lx found a table (%s) with bad CRC at %08lx\n",
DBGC ( rsdt, "RSDT %#08lx found a table (%s) with bad checksum at %08lx\n",
user_to_phys ( rsdt, 0 ), acpi_name ( signature ),
user_to_phys ( table, 0 ) );
return UNULL;
Expand Down

0 comments on commit f178a7c

Please sign in to comment.