diff options
Diffstat (limited to 'drivers/acpi/power.c')
-rw-r--r-- | drivers/acpi/power.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/acpi/power.c b/drivers/acpi/power.c index 288bb270f8ed..5c28c894c0fc 100644 --- a/drivers/acpi/power.c +++ b/drivers/acpi/power.c | |||
@@ -279,7 +279,7 @@ static int acpi_power_on_unlocked(struct acpi_power_resource *resource) | |||
279 | 279 | ||
280 | if (resource->ref_count++) { | 280 | if (resource->ref_count++) { |
281 | ACPI_DEBUG_PRINT((ACPI_DB_INFO, | 281 | ACPI_DEBUG_PRINT((ACPI_DB_INFO, |
282 | "Power resource [%s] already on", | 282 | "Power resource [%s] already on\n", |
283 | resource->name)); | 283 | resource->name)); |
284 | } else { | 284 | } else { |
285 | result = __acpi_power_on(resource); | 285 | result = __acpi_power_on(resource); |
@@ -325,7 +325,7 @@ static int acpi_power_off_unlocked(struct acpi_power_resource *resource) | |||
325 | 325 | ||
326 | if (!resource->ref_count) { | 326 | if (!resource->ref_count) { |
327 | ACPI_DEBUG_PRINT((ACPI_DB_INFO, | 327 | ACPI_DEBUG_PRINT((ACPI_DB_INFO, |
328 | "Power resource [%s] already off", | 328 | "Power resource [%s] already off\n", |
329 | resource->name)); | 329 | resource->name)); |
330 | return 0; | 330 | return 0; |
331 | } | 331 | } |