summaryrefslogtreecommitdiff
path: root/driver/usb_switch_tsu6721.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver/usb_switch_tsu6721.c')
-rw-r--r--driver/usb_switch_tsu6721.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/driver/usb_switch_tsu6721.c b/driver/usb_switch_tsu6721.c
index dc089561be..f31641aeb4 100644
--- a/driver/usb_switch_tsu6721.c
+++ b/driver/usb_switch_tsu6721.c
@@ -168,9 +168,9 @@ int tsu6721_init(void)
return res ? EC_ERROR_UNKNOWN : EC_SUCCESS;
}
/*
- * TODO(vpalatin): using the I2C early in the HOOK_INIT
- * currently triggers all sort of badness, I need to debug
- * this before re-activatin this initialization.
+ * TODO(crosbug.com/p/23741): Using I2C early in the HOOK_INIT currently
+ * triggers all sort of badness. Debug this before re-activating
+ * initialization in HOOK_INIT.
*/
#if 0
DECLARE_HOOK(HOOK_INIT, tsu6721_init, HOOK_PRIO_DEFAULT);