From b6da3bfdc1e2e434e1ba0e07af31ccc35ad5eedb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mathieu=20B=C3=A9rard?= Date: Wed, 7 Feb 2007 16:09:25 +0000 Subject: [PATCH] * Remove harmless and useless warning --- acpi.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/acpi.c b/acpi.c index 457939c..c716f4a 100644 --- a/acpi.c +++ b/acpi.c @@ -188,8 +188,6 @@ static int omnibook_acpi_execute(acpi_handle dev_handle, char *method, const int struct acpi_buffer buff; union acpi_object arg, out_objs[1]; - WARN_ON(!mutex_is_locked(&acpi_backend.mutex)); - if (param) { args_list.count = 1; args_list.pointer = &arg; -- 2.43.5