Skip to content

Commit

Permalink
ACPI: EC: Remove noisy debug printk fron EC driver.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alexey Starikovskiy authored and Len Brown committed Aug 3, 2007
1 parent 7a883ea commit f1cd1fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/acpi/ec.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f1cd1fe

Please sign in to comment.