diff options
Diffstat (limited to 'drivers/acpi/system.c')
-rw-r--r-- | drivers/acpi/system.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/acpi/system.c b/drivers/acpi/system.c index 24e80fd927e2..1d74171b7940 100644 --- a/drivers/acpi/system.c +++ b/drivers/acpi/system.c | |||
@@ -386,8 +386,8 @@ static ssize_t counter_set(struct kobject *kobj, | |||
386 | goto end; | 386 | goto end; |
387 | 387 | ||
388 | if (!(all_counters[index].flags & ACPI_EVENT_VALID)) { | 388 | if (!(all_counters[index].flags & ACPI_EVENT_VALID)) { |
389 | ACPI_DEBUG_PRINT((ACPI_DB_WARN, | 389 | printk(KERN_WARNING PREFIX |
390 | "Can not change Invalid GPE/Fixed Event status\n")); | 390 | "Can not change Invalid GPE/Fixed Event status\n"); |
391 | return -EINVAL; | 391 | return -EINVAL; |
392 | } | 392 | } |
393 | 393 | ||