diff options
| author | Len Brown <len.brown@intel.com> | 2006-10-14 02:28:07 -0400 |
|---|---|---|
| committer | Len Brown <len.brown@intel.com> | 2006-10-14 02:28:07 -0400 |
| commit | 9aaed2b42d00d4abb2748d72d599a8033600e2bf (patch) | |
| tree | 3e887a78c239314fd29b84a4a05cc62ad770c18b /drivers/acpi/tables/tbget.c | |
| parent | 18d508bf5144e645443e80c606ed513f77369a50 (diff) | |
| parent | a790b323fb1b73f9388426bf3b96f153d1c90d2c (diff) | |
Pull trivial into test branch
Diffstat (limited to 'drivers/acpi/tables/tbget.c')
| -rw-r--r-- | drivers/acpi/tables/tbget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/tables/tbget.c b/drivers/acpi/tables/tbget.c index 7856db759af0..11e2d4454e05 100644 --- a/drivers/acpi/tables/tbget.c +++ b/drivers/acpi/tables/tbget.c | |||
| @@ -324,7 +324,7 @@ acpi_tb_get_this_table(struct acpi_pointer *address, | |||
| 324 | 324 | ||
| 325 | if (header->length < sizeof(struct acpi_table_header)) { | 325 | if (header->length < sizeof(struct acpi_table_header)) { |
| 326 | ACPI_ERROR((AE_INFO, | 326 | ACPI_ERROR((AE_INFO, |
| 327 | "Table length (%X) is smaller than minimum (%X)", | 327 | "Table length (%X) is smaller than minimum (%zX)", |
| 328 | header->length, sizeof(struct acpi_table_header))); | 328 | header->length, sizeof(struct acpi_table_header))); |
| 329 | 329 | ||
| 330 | return_ACPI_STATUS(AE_INVALID_TABLE_LENGTH); | 330 | return_ACPI_STATUS(AE_INVALID_TABLE_LENGTH); |
