summaryrefslogtreecommitdiffstats
path: root/src/ec/google/chromeec/ec_lpc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ec/google/chromeec/ec_lpc.c')
-rw-r--r--src/ec/google/chromeec/ec_lpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ec/google/chromeec/ec_lpc.c b/src/ec/google/chromeec/ec_lpc.c
index a82ea5d9abf5..080b95da445e 100644
--- a/src/ec/google/chromeec/ec_lpc.c
+++ b/src/ec/google/chromeec/ec_lpc.c
@@ -239,7 +239,7 @@ static int google_chromeec_command_v3(struct chromeec_command *cec_command)
/* Check result */
cec_command->cmd_code = read_byte(EC_LPC_ADDR_HOST_DATA);
if (cec_command->cmd_code) {
- printk(BIOS_ERR, "EC returned error result code %d\n",
+ printk(BIOS_SPEW, "EC returned error result code %d\n",
cec_command->cmd_code);
return -i;
}