diff options
Diffstat (limited to 'drivers/acpi/acpica/exdebug.c')
-rw-r--r-- | drivers/acpi/acpica/exdebug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/exdebug.c b/drivers/acpi/acpica/exdebug.c index bc5b9a6a1316..e0c905095ed1 100644 --- a/drivers/acpi/acpica/exdebug.c +++ b/drivers/acpi/acpica/exdebug.c | |||
@@ -190,7 +190,7 @@ acpi_ex_do_debug_object(union acpi_operand_object *source_desc, | |||
190 | 190 | ||
191 | acpi_os_printf("Table Index 0x%X\n", | 191 | acpi_os_printf("Table Index 0x%X\n", |
192 | source_desc->reference.value); | 192 | source_desc->reference.value); |
193 | return; | 193 | return_VOID; |
194 | 194 | ||
195 | default: | 195 | default: |
196 | break; | 196 | break; |