diff options
Diffstat (limited to 'drivers/acpi/acpica/tbxfload.c')
-rw-r--r-- | drivers/acpi/acpica/tbxfload.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/acpi/acpica/tbxfload.c b/drivers/acpi/acpica/tbxfload.c index a5e1e4e47098..67e046ec8f0a 100644 --- a/drivers/acpi/acpica/tbxfload.c +++ b/drivers/acpi/acpica/tbxfload.c | |||
@@ -5,7 +5,7 @@ | |||
5 | *****************************************************************************/ | 5 | *****************************************************************************/ |
6 | 6 | ||
7 | /* | 7 | /* |
8 | * Copyright (C) 2000 - 2012, Intel Corp. | 8 | * Copyright (C) 2000 - 2013, Intel Corp. |
9 | * All rights reserved. | 9 | * All rights reserved. |
10 | * | 10 | * |
11 | * Redistribution and use in source and binary forms, with or without | 11 | * Redistribution and use in source and binary forms, with or without |
@@ -192,7 +192,7 @@ static acpi_status acpi_tb_load_namespace(void) | |||
192 | (void)acpi_ut_acquire_mutex(ACPI_MTX_TABLES); | 192 | (void)acpi_ut_acquire_mutex(ACPI_MTX_TABLES); |
193 | } | 193 | } |
194 | 194 | ||
195 | ACPI_DEBUG_PRINT((ACPI_DB_INIT, "ACPI Tables successfully acquired\n")); | 195 | ACPI_INFO((AE_INFO, "All ACPI Tables successfully acquired")); |
196 | 196 | ||
197 | unlock_and_exit: | 197 | unlock_and_exit: |
198 | (void)acpi_ut_release_mutex(ACPI_MTX_TABLES); | 198 | (void)acpi_ut_release_mutex(ACPI_MTX_TABLES); |