summaryrefslogtreecommitdiff
path: root/driver
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2013-10-25 10:26:16 -0700
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2013-10-31 18:43:39 +0000
commit2dc1418ccdad1b06f686cddc717e02bcb80ff648 (patch)
tree3feb80ddd776a1c641fbc37b111cf3a06edceb3d /driver
parentd16a246ea9c7d5982d4eb932c09310146ab3463e (diff)
downloadchrome-ec-2dc1418ccdad1b06f686cddc717e02bcb80ff648.tar.gz
cleanup: Assorted TODO comments
Remove comments if no longer applicable, or assign bug numbers if they still are. Tidy some debug output. No code changes other than the debug output. BUG=chrome-os-partner:18343 BRANCH=none TEST=build all platforms, pass unit tests Change-Id: I2277e73fbf8cc93f3b1b35ee115e0f2f52eb8cf9 Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/175215 Reviewed-by: Bill Richardson <wfrichar@chromium.org>
Diffstat (limited to 'driver')
-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);