diff options
Diffstat (limited to 'drivers/acpi/acpica/utobject.c')
-rw-r--r-- | drivers/acpi/acpica/utobject.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/utobject.c b/drivers/acpi/acpica/utobject.c index 13e045025c33..517af700399d 100644 --- a/drivers/acpi/acpica/utobject.c +++ b/drivers/acpi/acpica/utobject.c | |||
@@ -356,7 +356,7 @@ u8 acpi_ut_valid_internal_object(void *object) | |||
356 | default: | 356 | default: |
357 | 357 | ||
358 | ACPI_DEBUG_PRINT((ACPI_DB_EXEC, | 358 | ACPI_DEBUG_PRINT((ACPI_DB_EXEC, |
359 | "%p is not not an ACPI operand obj [%s]\n", | 359 | "%p is not an ACPI operand obj [%s]\n", |
360 | object, acpi_ut_get_descriptor_name(object))); | 360 | object, acpi_ut_get_descriptor_name(object))); |
361 | break; | 361 | break; |
362 | } | 362 | } |