diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ec/google/chromeec/ec_lpc.c | 2 |
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 4bd58ef792..061c1032c1 100644 --- a/src/ec/google/chromeec/ec_lpc.c +++ b/src/ec/google/chromeec/ec_lpc.c @@ -85,7 +85,7 @@ static int google_chromeec_command_v3(struct chromeec_command *cec_command) int i; if (cec_command->cmd_size_in + sizeof(rq) > EC_LPC_HOST_PACKET_SIZE) { - printk(BIOS_ERR, "EC cannot send %ld bytes\n", + printk(BIOS_ERR, "EC cannot send %zu bytes\n", cec_command->cmd_size_in + sizeof(rq)); return -1; } |