summaryrefslogtreecommitdiff
path: root/drivers/misc/cros_ec_i2c.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/misc/cros_ec_i2c.c')
-rw-r--r--drivers/misc/cros_ec_i2c.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/misc/cros_ec_i2c.c b/drivers/misc/cros_ec_i2c.c
index 5516aa8b3ff..cbdc55054ba 100644
--- a/drivers/misc/cros_ec_i2c.c
+++ b/drivers/misc/cros_ec_i2c.c
@@ -99,7 +99,6 @@ static int cros_ec_i2c_packet(struct udevice *udev, int out_bytes, int in_bytes)
return -EBADMSG;
}
-
/* drop result and packet_len */
memmove(dev->din, &ec_response_i2c->ec_response, in_bytes);