diff options
Diffstat (limited to 'drivers/acpi/hotkey.c')
-rw-r--r-- | drivers/acpi/hotkey.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/hotkey.c b/drivers/acpi/hotkey.c index 37dcb1f7f983..f5da971759ad 100644 --- a/drivers/acpi/hotkey.c +++ b/drivers/acpi/hotkey.c | |||
@@ -983,7 +983,7 @@ static ssize_t hotkey_execute_aml_method(struct file *file, | |||
983 | 983 | ||
984 | } | 984 | } |
985 | } else { | 985 | } else { |
986 | ACPI_WARNING((AE_INFO, "Not supported")); | 986 | printk(KERN_WARNING "Not supported\n"); |
987 | return_VALUE(-EINVAL); | 987 | return_VALUE(-EINVAL); |
988 | } | 988 | } |
989 | return_VALUE(count); | 989 | return_VALUE(count); |