summaryrefslogtreecommitdiff
path: root/util/comm-i2c.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/comm-i2c.c')
-rw-r--r--util/comm-i2c.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/comm-i2c.c b/util/comm-i2c.c
index 91ceb555e2..b305823198 100644
--- a/util/comm-i2c.c
+++ b/util/comm-i2c.c
@@ -126,7 +126,8 @@ static int ec_command_i2c(int command, int version,
/* check response error code */
ret = resp_buf[0];
- /* TODO: handle EC_RES_IN_PROGRESS case. */
+
+ /* TODO(crosbug.com/p/23824): handle EC_RES_IN_PROGRESS case. */
resp_len = resp_buf[1];
if (resp_len > insize) {