]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/acpi/system.c
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/dvrabel/uwb
[karo-tx-linux.git] / drivers / acpi / system.c
index 24e80fd927e238a6e8ea60ebafe2d4ae57f5f2c1..1d74171b7940ff3e1975cf9f071069666ebed303 100644 (file)
@@ -386,8 +386,8 @@ static ssize_t counter_set(struct kobject *kobj,
                goto end;
 
        if (!(all_counters[index].flags & ACPI_EVENT_VALID)) {
-               ACPI_DEBUG_PRINT((ACPI_DB_WARN,
-                       "Can not change Invalid GPE/Fixed Event status\n"));
+               printk(KERN_WARNING PREFIX
+                       "Can not change Invalid GPE/Fixed Event status\n");
                return -EINVAL;
        }