diff options
Diffstat (limited to 'drivers/acpi/executer/exdump.c')
-rw-r--r-- | drivers/acpi/executer/exdump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/executer/exdump.c b/drivers/acpi/executer/exdump.c index 74f1b22601b3..976016fda66a 100644 --- a/drivers/acpi/executer/exdump.c +++ b/drivers/acpi/executer/exdump.c | |||
@@ -775,7 +775,7 @@ acpi_ex_dump_operands(union acpi_operand_object **operands, | |||
775 | u32 num_levels, | 775 | u32 num_levels, |
776 | char *note, char *module_name, u32 line_number) | 776 | char *note, char *module_name, u32 line_number) |
777 | { | 777 | { |
778 | acpi_native_uint i; | 778 | u32 i; |
779 | 779 | ||
780 | ACPI_FUNCTION_NAME(ex_dump_operands); | 780 | ACPI_FUNCTION_NAME(ex_dump_operands); |
781 | 781 | ||