mirror of
https://github.com/adulau/aha.git
synced 2025-01-02 14:13:18 +00:00
ACPI: EC: Remove noisy debug printk fron EC driver.
ACPI: EC: Handler for query 0x57 is not found! Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de> Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
parent
7a883eaf62
commit
f1cd1fe61b
1 changed files with 0 additions and 1 deletions
|
@ -471,7 +471,6 @@ static void acpi_ec_gpe_query(void *ec_cxt)
|
|||
}
|
||||
}
|
||||
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)
|
||||
|
|
Loading…
Reference in a new issue