Commit f1cd1fe6 authored by Alexey Starikovskiy's avatar Alexey Starikovskiy Committed by Len Brown

ACPI: EC: Remove noisy debug printk fron EC driver.

ACPI: EC: Handler for query 0x57 is not found!
Signed-off-by: default avatarAlexey Starikovskiy <astarikovskiy@suse.de>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent 7a883eaf
...@@ -471,7 +471,6 @@ static void acpi_ec_gpe_query(void *ec_cxt) ...@@ -471,7 +471,6 @@ static void acpi_ec_gpe_query(void *ec_cxt)
} }
} }
mutex_unlock(&ec->lock); mutex_unlock(&ec->lock);
printk(KERN_ERR PREFIX "Handler for query 0x%x is not found!\n", value);
} }
static u32 acpi_ec_gpe_handler(void *data) static u32 acpi_ec_gpe_handler(void *data)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment