summaryrefslogtreecommitdiff
path: root/driver/battery/smart.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver/battery/smart.c')
-rw-r--r--driver/battery/smart.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/driver/battery/smart.c b/driver/battery/smart.c
index 29af6286ad..87105dfab2 100644
--- a/driver/battery/smart.c
+++ b/driver/battery/smart.c
@@ -124,8 +124,8 @@ int battery_charging_allowed(int *allowed)
int v, c, rv;
/*
- * TODO(rspangler): This re-reads the battery current and voltage,
- * which is silly because charge_state.c just read them.
+ * TODO(crosbug.com/p/23811): This re-reads the battery current and
+ * voltage, which is silly because charge_state.c just read them.
*/
rv = battery_desired_voltage(&v) | battery_desired_current(&c);
if (rv)